| OLD | NEW |
| 1 /* | 1 /* |
| 2 This file is part of the Blink open source project. | 2 This file is part of the Blink open source project. |
| 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! | 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! |
| 4 | 4 |
| 5 This library is free software; you can redistribute it and/or | 5 This library is free software; you can redistribute it and/or |
| 6 modify it under the terms of the GNU Library General Public | 6 modify it under the terms of the GNU Library General Public |
| 7 License as published by the Free Software Foundation; either | 7 License as published by the Free Software Foundation; either |
| 8 version 2 of the License, or (at your option) any later version. | 8 version 2 of the License, or (at your option) any later version. |
| 9 | 9 |
| 10 This library is distributed in the hope that it will be useful, | 10 This library is distributed in the hope that it will be useful, |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); | 289 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
| 290 } | 290 } |
| 291 #endif // ENABLE(Condition11) || ENABLE(Condition12) | 291 #endif // ENABLE(Condition11) || ENABLE(Condition12) |
| 292 | 292 |
| 293 #if ENABLE(Condition11) || ENABLE(Condition12) | 293 #if ENABLE(Condition11) || ENABLE(Condition12) |
| 294 | 294 |
| 295 static void supplementalMethod1Method(const v8::FunctionCallbackInfo<v8::Value>&
args) | 295 static void supplementalMethod1Method(const v8::FunctionCallbackInfo<v8::Value>&
args) |
| 296 { | 296 { |
| 297 SupportTestInterface* imp = V8SupportTestInterface::toNative(args.Holder()); | 297 SupportTestInterface* imp = V8SupportTestInterface::toNative(args.Holder()); |
| 298 SupportTestPartialInterface::supplementalMethod1(imp); | 298 SupportTestPartialInterface::supplementalMethod1(imp); |
| 299 | |
| 300 return; | 299 return; |
| 301 } | 300 } |
| 302 | 301 |
| 303 #endif // ENABLE(Condition11) || ENABLE(Condition12) | 302 #endif // ENABLE(Condition11) || ENABLE(Condition12) |
| 304 | 303 |
| 305 #if ENABLE(Condition11) || ENABLE(Condition12) | 304 #if ENABLE(Condition11) || ENABLE(Condition12) |
| 306 | 305 |
| 307 static void supplementalMethod1MethodCallback(const v8::FunctionCallbackInfo<v8:
:Value>& args) | 306 static void supplementalMethod1MethodCallback(const v8::FunctionCallbackInfo<v8:
:Value>& args) |
| 308 { | 307 { |
| 309 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); | 308 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); | 354 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
| 356 } | 355 } |
| 357 | 356 |
| 358 #endif // ENABLE(Condition11) || ENABLE(Condition12) | 357 #endif // ENABLE(Condition11) || ENABLE(Condition12) |
| 359 | 358 |
| 360 #if ENABLE(Condition11) || ENABLE(Condition12) | 359 #if ENABLE(Condition11) || ENABLE(Condition12) |
| 361 | 360 |
| 362 static void supplementalMethod4Method(const v8::FunctionCallbackInfo<v8::Value>&
args) | 361 static void supplementalMethod4Method(const v8::FunctionCallbackInfo<v8::Value>&
args) |
| 363 { | 362 { |
| 364 SupportTestPartialInterface::supplementalMethod4(); | 363 SupportTestPartialInterface::supplementalMethod4(); |
| 365 | |
| 366 return; | 364 return; |
| 367 } | 365 } |
| 368 | 366 |
| 369 #endif // ENABLE(Condition11) || ENABLE(Condition12) | 367 #endif // ENABLE(Condition11) || ENABLE(Condition12) |
| 370 | 368 |
| 371 #if ENABLE(Condition11) || ENABLE(Condition12) | 369 #if ENABLE(Condition11) || ENABLE(Condition12) |
| 372 | 370 |
| 373 static void supplementalMethod4MethodCallback(const v8::FunctionCallbackInfo<v8:
:Value>& args) | 371 static void supplementalMethod4MethodCallback(const v8::FunctionCallbackInfo<v8:
:Value>& args) |
| 374 { | 372 { |
| 375 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); | 373 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 V8DOMWrapper::associateObjectWithWrapper<V8SupportTestInterface>(impl, &wrap
perTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); | 509 V8DOMWrapper::associateObjectWithWrapper<V8SupportTestInterface>(impl, &wrap
perTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); |
| 512 return wrapper; | 510 return wrapper; |
| 513 } | 511 } |
| 514 | 512 |
| 515 void V8SupportTestInterface::derefObject(void* object) | 513 void V8SupportTestInterface::derefObject(void* object) |
| 516 { | 514 { |
| 517 fromInternalPointer(object)->deref(); | 515 fromInternalPointer(object)->deref(); |
| 518 } | 516 } |
| 519 | 517 |
| 520 } // namespace WebCore | 518 } // namespace WebCore |
| OLD | NEW |