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

Side by Side Diff: Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp

Issue 1107523002: IDL: Drop [PerContextEnabled] extended attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months 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 #if ENABLE(CONDITION) 8 #if ENABLE(CONDITION)
9 #include "V8TestInterfacePartial.h" 9 #include "V8TestInterfacePartial.h"
10 10
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 default: 276 default:
277 break; 277 break;
278 } 278 }
279 exceptionState.throwTypeError("No function was found that matched the signat ure provided."); 279 exceptionState.throwTypeError("No function was found that matched the signat ure provided.");
280 exceptionState.throwIfNeeded(); 280 exceptionState.throwIfNeeded();
281 return; 281 return;
282 } 282 }
283 283
284 } // namespace TestInterfaceImplementationPartialV8Internal 284 } // namespace TestInterfaceImplementationPartialV8Internal
285 285
286 static const V8DOMConfiguration::MethodConfiguration V8TestInterfaceMethods[] = {
287 {"partialVoidTestEnumModulesArgMethod", TestInterfaceImplementationPartialV8 Internal::partialVoidTestEnumModulesArgMethodMethodCallback, 0, 1, V8DOMConfigur ation::ExposedToAllScripts},
288 };
289
286 void V8TestInterfacePartial::installV8TestInterfaceTemplate(v8::Local<v8::Functi onTemplate> functionTemplate, v8::Isolate* isolate) 290 void V8TestInterfacePartial::installV8TestInterfaceTemplate(v8::Local<v8::Functi onTemplate> functionTemplate, v8::Isolate* isolate)
287 { 291 {
288 V8TestInterface::installV8TestInterfaceTemplate(functionTemplate, isolate); 292 V8TestInterface::installV8TestInterfaceTemplate(functionTemplate, isolate);
289 293
290 v8::Local<v8::Signature> defaultSignature; 294 v8::Local<v8::Signature> defaultSignature;
291 if (!RuntimeEnabledFeatures::featureNameEnabled()) 295 if (!RuntimeEnabledFeatures::featureNameEnabled())
292 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "", v8::Local<v8::FunctionTemplate>(), V8TestInterface::intern alFieldCount, 0, 0, 0, 0, 0, 0); 296 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "", v8::Local<v8::FunctionTemplate>(), V8TestInterface::intern alFieldCount, 0, 0, 0, 0, 0, 0);
293 else 297 else
294 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "TestInterface", v8::Local<v8::FunctionTemplate>(), V8TestInte rface::internalFieldCount, 298 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(isolate, functionTemplate, "TestInterface", v8::Local<v8::FunctionTemplate>(), V8TestInte rface::internalFieldCount,
295 0, 0, 299 0, 0,
296 0, 0, 300 0, 0,
297 0, 0); 301 V8TestInterfaceMethods, WTF_ARRAY_LENGTH(V8TestInterfaceMethods));
298 v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceT emplate(); 302 v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceT emplate();
299 ALLOW_UNUSED_LOCAL(instanceTemplate); 303 ALLOW_UNUSED_LOCAL(instanceTemplate);
300 v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->Prototyp eTemplate(); 304 v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->Prototyp eTemplate();
301 ALLOW_UNUSED_LOCAL(prototypeTemplate); 305 ALLOW_UNUSED_LOCAL(prototypeTemplate);
302 static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConsta nts[] = { 306 static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConsta nts[] = {
303 {"PARTIAL3_UNSIGNED_SHORT", 0, 0, 0, V8DOMConfiguration::ConstantTypeUns ignedShort}, 307 {"PARTIAL3_UNSIGNED_SHORT", 0, 0, 0, V8DOMConfiguration::ConstantTypeUns ignedShort},
304 }; 308 };
305 V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTem plate, V8TestInterfaceConstants, WTF_ARRAY_LENGTH(V8TestInterfaceConstants)); 309 V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTem plate, V8TestInterfaceConstants, WTF_ARRAY_LENGTH(V8TestInterfaceConstants));
306 functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterfa ce::legacyCallCustom); 310 functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterfa ce::legacyCallCustom);
307 } 311 }
308 312
309 void V8TestInterfacePartial::installConditionallyEnabledMethods(v8::Local<v8::Ob ject> prototypeObject, v8::Isolate* isolate) 313 void V8TestInterfacePartial::installConditionallyEnabledMethods(v8::Local<v8::Ob ject> prototypeObject, v8::Isolate* isolate)
310 { 314 {
311 V8TestInterface::installConditionallyEnabledMethods(prototypeObject, isolate ); 315 V8TestInterface::installConditionallyEnabledMethods(prototypeObject, isolate );
312 v8::Local<v8::Signature> defaultSignature = v8::Signature::New(isolate, domT emplate(isolate));
313 ExecutionContext* context = toExecutionContext(prototypeObject->CreationCont ext());
314 ASSERT(context);
315
316 if (context && context->isDocument() && ContextFeatures::partialContextName3 Enabled(toDocument(context))) {
317 prototypeObject->Set(v8AtomicString(isolate, "partialVoidTestEnumModules ArgMethod"), v8::FunctionTemplate::New(isolate, TestInterfaceImplementationParti alV8Internal::partialVoidTestEnumModulesArgMethodMethodCallback, v8Undefined(), defaultSignature, 1)->GetFunction(isolate->GetCurrentContext()).ToLocalChecked() );
318 }
319 } 316 }
320 317
321 bool V8TestInterface::PrivateScript::shortMethodWithShortArgumentImplementedInPr ivateScriptMethod(LocalFrame* frame, TestInterface* holderImpl, int value, int* result) 318 bool V8TestInterface::PrivateScript::shortMethodWithShortArgumentImplementedInPr ivateScriptMethod(LocalFrame* frame, TestInterface* holderImpl, int value, int* result)
322 { 319 {
323 if (!frame) 320 if (!frame)
324 return false; 321 return false;
325 v8::HandleScope handleScope(toIsolate(frame)); 322 v8::HandleScope handleScope(toIsolate(frame));
326 ScriptForbiddenScope::AllowUserAgentScript script; 323 ScriptForbiddenScope::AllowUserAgentScript script;
327 v8::Local<v8::Context> contextInPrivateScript = toV8Context(frame, DOMWrappe rWorld::privateScriptIsolatedWorld()); 324 v8::Local<v8::Context> contextInPrivateScript = toV8Context(frame, DOMWrappe rWorld::privateScriptIsolatedWorld());
328 if (contextInPrivateScript.IsEmpty()) 325 if (contextInPrivateScript.IsEmpty())
(...skipping 29 matching lines...) Expand all
358 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface( &TestInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod); 355 V8TestInterface::registerVoidMethodPartialOverloadMethodForPartialInterface( &TestInterfaceImplementationPartialV8Internal::voidMethodPartialOverloadMethod);
359 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInte rface(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOver loadMethod); 356 V8TestInterface::registerStaticVoidMethodPartialOverloadMethodForPartialInte rface(&TestInterfaceImplementationPartialV8Internal::staticVoidMethodPartialOver loadMethod);
360 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterfa ce(&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMe thod); 357 V8TestInterface::registerPromiseMethodPartialOverloadMethodForPartialInterfa ce(&TestInterfaceImplementationPartialV8Internal::promiseMethodPartialOverloadMe thod);
361 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialI nterface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodParti alOverloadMethod); 358 V8TestInterface::registerStaticPromiseMethodPartialOverloadMethodForPartialI nterface(&TestInterfaceImplementationPartialV8Internal::staticPromiseMethodParti alOverloadMethod);
362 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestIn terfaceImplementationPartialV8Internal::partial2VoidMethodMethod); 359 V8TestInterface::registerPartial2VoidMethodMethodForPartialInterface(&TestIn terfaceImplementationPartialV8Internal::partial2VoidMethodMethod);
363 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(& TestInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod); 360 V8TestInterface::registerPartial2StaticVoidMethodMethodForPartialInterface(& TestInterfaceImplementationPartialV8Internal::partial2StaticVoidMethodMethod);
364 } 361 }
365 362
366 } // namespace blink 363 } // namespace blink
367 #endif // ENABLE(CONDITION) 364 #endif // ENABLE(CONDITION)
OLDNEW
« Source/bindings/templates/methods.cpp ('K') | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698