Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Side by Side Diff: Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp

Issue 772743003: Move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/We… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestSpecialOperations.cpp ('k') | Source/bindings/tests/results/core/V8TestTypedefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698