Home
last modified time | relevance | path

Searched refs:prototype_object (Results 26 – 50 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/modules/v8/
H A Dv8_context_snapshot_impl.cc111 v8::Local<v8::Object> prototype_object,
389 v8::Local<v8::Object> prototype_object = in InstallContextIndependentProps() local
395 prototype_object, interface_object, in InstallContextIndependentProps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dv8_interface_bridge_base.h94 v8::Local<v8::Object> prototype_object,
H A Dv8_per_context_data.h96 v8::Local<v8::Object>* prototype_object,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dv8_per_context_data.h94 v8::Local<v8::Object>* prototype_object,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/templates/
H A Dinterface_base.cc.tmpl907 v8::Local<v8::Object> prototype_object,
911 DCHECK((!prototype_object.IsEmpty() && !interface_object.IsEmpty()) ||
915 context, world, instance_object, prototype_object, interface_object, interface_template);
921 if (!prototype_object.IsEmpty()) {
925 if (prototype_object->HasOwnProperty(context, unscopables_symbol)
927 unscopables = prototype_object->Get(context, unscopables_symbol)
944 prototype_object->CreateDataProperty(
974 if (!prototype_object.IsEmpty() || !interface_object.IsEmpty()) {
H A Dinterface.h.tmpl136 v8::Local<v8::Object> prototype_object,
144 v8::Local<v8::Object> prototype_object,
H A Dattributes.cc.tmpl639 {{install_attributes(attribute_list | sort, 'instance_object', 'prototype_object', 'interface_objec…
674 {{install_interface_objects(attribute_list | sort, 'instance_object', 'prototype_object')}}
H A Dmethods.cc.tmpl635 isolate, world, instance_object, prototype_object,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/templates/
H A Dinterface_base.cc.tmpl938 v8::Local<v8::Object> prototype_object,
942 DCHECK((!prototype_object.IsEmpty() && !interface_object.IsEmpty()) ||
946 context, world, instance_object, prototype_object, interface_object, interface_template);
952 if (!prototype_object.IsEmpty()) {
956 if (prototype_object->HasOwnProperty(context, unscopables_symbol)
958 unscopables = prototype_object->Get(context, unscopables_symbol)
975 prototype_object->CreateDataProperty(
1005 if (!prototype_object.IsEmpty() || !interface_object.IsEmpty()) {
H A Dinterface.h.tmpl136 v8::Local<v8::Object> prototype_object,
144 v8::Local<v8::Object> prototype_object,
H A Dattributes.cc.tmpl656 {{install_attributes(attribute_list | sort, 'instance_object', 'prototype_object', 'interface_objec…
691 {{install_interface_objects(attribute_list | sort, 'instance_object', 'prototype_object')}}
H A Dmethods.cc.tmpl642 isolate, world, instance_object, prototype_object,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dv8_test_interface_conditional_secure_context.h50 v8::Local<v8::Object> prototype_object,
H A Dv8_test_interface_secure_context.h50 v8::Local<v8::Object> prototype_object,
H A Dv8_test_interface_2.h50 v8::Local<v8::Object> prototype_object, in InstallConditionalFeatures() argument
H A Dv8_test_interface_check_security.h50 v8::Local<v8::Object> prototype_object,
H A Dv8_test_interface_check_security.cc902 v8::Local<v8::Object> prototype_object, in InstallConditionalFeatures() argument
906 DCHECK((!prototype_object.IsEmpty() && !interface_object.IsEmpty()) || in InstallConditionalFeatures()
926 isolate, world, instance_object, prototype_object, in InstallConditionalFeatures()
H A Dv8_test_interface.h58 v8::Local<v8::Object> prototype_object,
H A Dv8_test_object.h74 v8::Local<v8::Object> prototype_object,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/modules/
H A Dv8_test_interface_5.h54 v8::Local<v8::Object> prototype_object,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dgenerated_code_helper.h199 v8::Local<v8::Object> prototype_object,
H A Dv8_dom_configuration.h294 v8::Local<v8::Object> prototype_object,
H A Dv8_dom_configuration.cc758 v8::Local<v8::Object> prototype_object, in InstallConstants() argument
762 InstallConstantInternal(isolate, interface_object, prototype_object, in InstallConstants()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv8_dom_configuration.h283 v8::Local<v8::Object> prototype_object,
H A Dv8_dom_configuration.cc741 v8::Local<v8::Object> prototype_object, in InstallConstants() argument
745 InstallConstantInternal(isolate, interface_object, prototype_object, in InstallConstants()

123