| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! | 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! |
| 6 | 6 |
| 7 #include "config.h" | 7 #include "config.h" |
| 8 #include "V8TestSpecialOperationsNotEnumerable.h" | 8 #include "V8TestSpecialOperationsNotEnumerable.h" |
| 9 | 9 |
| 10 #include "bindings/core/v8/ExceptionState.h" | 10 #include "bindings/core/v8/ExceptionState.h" |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution"); | 67 TRACE_EVENT_SET_SAMPLING_STATE("v8", "V8Execution"); |
| 68 } | 68 } |
| 69 | 69 |
| 70 } // namespace TestSpecialOperationsNotEnumerableV8Internal | 70 } // namespace TestSpecialOperationsNotEnumerableV8Internal |
| 71 | 71 |
| 72 static void installV8TestSpecialOperationsNotEnumerableTemplate(v8::Handle<v8::F
unctionTemplate> functionTemplate, v8::Isolate* isolate) | 72 static void installV8TestSpecialOperationsNotEnumerableTemplate(v8::Handle<v8::F
unctionTemplate> functionTemplate, v8::Isolate* isolate) |
| 73 { | 73 { |
| 74 functionTemplate->ReadOnlyPrototype(); | 74 functionTemplate->ReadOnlyPrototype(); |
| 75 | 75 |
| 76 v8::Local<v8::Signature> defaultSignature; | 76 v8::Local<v8::Signature> defaultSignature; |
| 77 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTempl
ate, "TestSpecialOperationsNotEnumerable", v8::Local<v8::FunctionTemplate>(), V8
TestSpecialOperationsNotEnumerable::internalFieldCount, | 77 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, func
tionTemplate, "TestSpecialOperationsNotEnumerable", v8::Local<v8::FunctionTempla
te>(), V8TestSpecialOperationsNotEnumerable::internalFieldCount, |
| 78 0, 0, | 78 0, 0, |
| 79 0, 0, | 79 0, 0, |
| 80 0, 0, | 80 0, 0); |
| 81 isolate); | |
| 82 v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceT
emplate(); | 81 v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceT
emplate(); |
| 83 ALLOW_UNUSED_LOCAL(instanceTemplate); | 82 ALLOW_UNUSED_LOCAL(instanceTemplate); |
| 84 v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->Prototyp
eTemplate(); | 83 v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->Prototyp
eTemplate(); |
| 85 ALLOW_UNUSED_LOCAL(prototypeTemplate); | 84 ALLOW_UNUSED_LOCAL(prototypeTemplate); |
| 86 functionTemplate->InstanceTemplate()->SetIndexedPropertyHandler(TestSpecialO
perationsNotEnumerableV8Internal::indexedPropertyGetterCallback, 0, 0, 0, 0); | 85 functionTemplate->InstanceTemplate()->SetIndexedPropertyHandler(TestSpecialO
perationsNotEnumerableV8Internal::indexedPropertyGetterCallback, 0, 0, 0, 0); |
| 87 functionTemplate->InstanceTemplate()->SetNamedPropertyHandler(TestSpecialOpe
rationsNotEnumerableV8Internal::namedPropertyGetterCallback, 0, 0, 0, 0); | 86 functionTemplate->InstanceTemplate()->SetNamedPropertyHandler(TestSpecialOpe
rationsNotEnumerableV8Internal::namedPropertyGetterCallback, 0, 0, 0, 0); |
| 88 | 87 |
| 89 // Custom toString template | 88 // Custom toString template |
| 90 functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData:
:from(isolate)->toStringTemplate()); | 89 functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData:
:from(isolate)->toStringTemplate()); |
| 91 } | 90 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 120 scriptWrappable->toImpl<TestSpecialOperationsNotEnumerable>()->deref(); | 119 scriptWrappable->toImpl<TestSpecialOperationsNotEnumerable>()->deref(); |
| 121 } | 120 } |
| 122 | 121 |
| 123 template<> | 122 template<> |
| 124 v8::Handle<v8::Value> toV8NoInline(TestSpecialOperationsNotEnumerable* impl, v8:
:Handle<v8::Object> creationContext, v8::Isolate* isolate) | 123 v8::Handle<v8::Value> toV8NoInline(TestSpecialOperationsNotEnumerable* impl, v8:
:Handle<v8::Object> creationContext, v8::Isolate* isolate) |
| 125 { | 124 { |
| 126 return toV8(impl, creationContext, isolate); | 125 return toV8(impl, creationContext, isolate); |
| 127 } | 126 } |
| 128 | 127 |
| 129 } // namespace blink | 128 } // namespace blink |
| OLD | NEW |