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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 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. 5 // This file has been auto-generated by code_generator_v8.py.
6 // DO NOT MODIFY! 6 // DO NOT MODIFY!
7 7
8 // This file has been generated from the Jinja2 template in 8 // This file has been generated from the Jinja2 template in
9 // third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl 9 // third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl
10 10
(...skipping 22 matching lines...) Expand all
33 #pragma clang diagnostic pop 33 #pragma clang diagnostic pop
34 #endif 34 #endif
35 35
36 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfac eSecureContext.h. 36 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfac eSecureContext.h.
37 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in 37 // For details, see the comment of DEFINE_WRAPPERTYPEINFO in
38 // bindings/core/v8/ScriptWrappable.h. 38 // bindings/core/v8/ScriptWrappable.h.
39 const WrapperTypeInfo& TestInterfaceSecureContext::s_wrapperTypeInfo = V8TestInt erfaceSecureContext::wrapperTypeInfo; 39 const WrapperTypeInfo& TestInterfaceSecureContext::s_wrapperTypeInfo = V8TestInt erfaceSecureContext::wrapperTypeInfo;
40 40
41 // not [ActiveScriptWrappable] 41 // not [ActiveScriptWrappable]
42 static_assert( 42 static_assert(
43 !std::is_base_of<ActiveScriptWrappable, TestInterfaceSecureContext>::value, 43 !std::is_base_of<ActiveScriptWrappableBase, TestInterfaceSecureContext>::val ue,
44 "TestInterfaceSecureContext inherits from ActiveScriptWrappable, but is not specifying " 44 "TestInterfaceSecureContext inherits from ActiveScriptWrappable<>, but is no t specifying "
45 "[ActiveScriptWrappable] extended attribute in the IDL file. " 45 "[ActiveScriptWrappable] extended attribute in the IDL file. "
46 "Be consistent."); 46 "Be consistent.");
47 static_assert( 47 static_assert(
48 std::is_same<decltype(&TestInterfaceSecureContext::hasPendingActivity), 48 std::is_same<decltype(&TestInterfaceSecureContext::hasPendingActivity),
49 decltype(&ScriptWrappable::hasPendingActivity)>::value, 49 decltype(&ScriptWrappable::hasPendingActivity)>::value,
50 "TestInterfaceSecureContext is overriding hasPendingActivity(), but is not s pecifying " 50 "TestInterfaceSecureContext is overriding hasPendingActivity(), but is not s pecifying "
51 "[ActiveScriptWrappable] extended attribute in the IDL file. " 51 "[ActiveScriptWrappable] extended attribute in the IDL file. "
52 "Be consistent."); 52 "Be consistent.");
53 53
54 namespace TestInterfaceSecureContextV8Internal { 54 namespace TestInterfaceSecureContextV8Internal {
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 if (executionContext && (executionContext->isWorkerGlobalScope())) { 439 if (executionContext && (executionContext->isWorkerGlobalScope())) {
440 if (RuntimeEnabledFeatures::secureFeatureEnabled()) { 440 if (RuntimeEnabledFeatures::secureFeatureEnabled()) {
441 const V8DOMConfiguration::MethodConfiguration secureContextWorkerExposed RuntimeEnabledMethodMethodConfiguration = {"secureContextWorkerExposedRuntimeEna bledMethod", TestInterfaceSecureContextV8Internal::secureContextWorkerExposedRun timeEnabledMethodMethodCallback, 0, 0, v8::None, V8DOMConfiguration::OnPrototype , V8DOMConfiguration::CheckHolder}; 441 const V8DOMConfiguration::MethodConfiguration secureContextWorkerExposed RuntimeEnabledMethodMethodConfiguration = {"secureContextWorkerExposedRuntimeEna bledMethod", TestInterfaceSecureContextV8Internal::secureContextWorkerExposedRun timeEnabledMethodMethodCallback, 0, 0, v8::None, V8DOMConfiguration::OnPrototype , V8DOMConfiguration::CheckHolder};
442 V8DOMConfiguration::installMethod(isolate, world, v8::Local<v8::Object>( ), prototypeObject, interfaceObject, signature, secureContextWorkerExposedRuntim eEnabledMethodMethodConfiguration); 442 V8DOMConfiguration::installMethod(isolate, world, v8::Local<v8::Object>( ), prototypeObject, interfaceObject, signature, secureContextWorkerExposedRuntim eEnabledMethodMethodConfiguration);
443 } 443 }
444 } 444 }
445 } 445 }
446 } 446 }
447 447
448 } // namespace blink 448 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698