| 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 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3230 | 3230 |
| 3231 static void TestObjectPythonReplaceableAttributeSetterCallback(v8::Local<v8::Str
ing> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& i
nfo) | 3231 static void TestObjectPythonReplaceableAttributeSetterCallback(v8::Local<v8::Str
ing> name, v8::Local<v8::Value> jsValue, const v8::PropertyCallbackInfo<void>& i
nfo) |
| 3232 { | 3232 { |
| 3233 TestObjectPythonV8Internal::TestObjectPythonReplaceableAttributeSetter(name,
jsValue, info); | 3233 TestObjectPythonV8Internal::TestObjectPythonReplaceableAttributeSetter(name,
jsValue, info); |
| 3234 } | 3234 } |
| 3235 | 3235 |
| 3236 static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& args) | 3236 static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& args) |
| 3237 { | 3237 { |
| 3238 TestObjectPython* imp = V8TestObjectPython::toNative(args.Holder()); | 3238 TestObjectPython* imp = V8TestObjectPython::toNative(args.Holder()); |
| 3239 imp->voidMethod(); | 3239 imp->voidMethod(); |
| 3240 | |
| 3241 return; | 3240 return; |
| 3242 } | 3241 } |
| 3243 | 3242 |
| 3244 static void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&
args) | 3243 static void voidMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>&
args) |
| 3245 { | 3244 { |
| 3246 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); | 3245 TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMMethod"); |
| 3247 TestObjectPythonV8Internal::voidMethodMethod(args); | 3246 TestObjectPythonV8Internal::voidMethodMethod(args); |
| 3248 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); | 3247 TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
| 3249 } | 3248 } |
| 3250 | 3249 |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3671 V8DOMWrapper::associateObjectWithWrapper<V8TestObjectPython>(impl, &wrapperT
ypeInfo, wrapper, isolate, WrapperConfiguration::Independent); | 3670 V8DOMWrapper::associateObjectWithWrapper<V8TestObjectPython>(impl, &wrapperT
ypeInfo, wrapper, isolate, WrapperConfiguration::Independent); |
| 3672 return wrapper; | 3671 return wrapper; |
| 3673 } | 3672 } |
| 3674 | 3673 |
| 3675 void V8TestObjectPython::derefObject(void* object) | 3674 void V8TestObjectPython::derefObject(void* object) |
| 3676 { | 3675 { |
| 3677 fromInternalPointer(object)->deref(); | 3676 fromInternalPointer(object)->deref(); |
| 3678 } | 3677 } |
| 3679 | 3678 |
| 3680 } // namespace WebCore | 3679 } // namespace WebCore |
| OLD | NEW |