Home
last modified time | relevance | path

Searched refs:GetDerivedMap (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-objects.tq53 macro GetDerivedMap(implicit context: Context)(
67 return runtime::GetDerivedMap(context, target, newTarget, FalseConstant());
73 return runtime::GetDerivedMap(context, target, newTarget, TrueConstant());
H A Djs-function.h244 static V8_WARN_UNUSED_RESULT MaybeHandle<Map> GetDerivedMap(
H A Djs-function.cc716 MaybeHandle<Map> JSFunction::GetDerivedMap(Isolate* isolate, in GetDerivedMap() function in v8::internal::JSFunction
821 GetDerivedMap(isolate, constructor, new_target).ToHandleChecked(); in GetDerivedRabGsabMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-objects.tq56 macro GetDerivedMap(implicit context: Context)(
70 return runtime::GetDerivedMap(context, target, newTarget);
H A Djs-function.h214 static V8_WARN_UNUSED_RESULT MaybeHandle<Map> GetDerivedMap(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dboolean.tq22 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
H A Dbuiltins-intl.cc275 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in LegacyFormatConstructor()
348 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in DisallowCallConstructor()
379 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in CallOrConstructConstructor()
617 isolate, map, JSFunction::GetDerivedMap(isolate, constructor, new_target), in CreateLocale()
H A Dbuiltins-function.cc116 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
H A Dbuiltins-string.tq202 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dboolean.tq22 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
H A Dweak-ref.tq28 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
H A Dbuiltins-intl.cc278 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in LegacyFormatConstructor()
349 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in DisallowCallConstructor()
380 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in CallOrConstructConstructor()
640 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in BUILTIN()
H A Dtyped-array-createtypedarray.tq244 map = GetDerivedMap(target, newTarget);
412 const map = GetDerivedMap(target, newTarget);
420 const map = GetDerivedMap(target, newTarget);
H A Dbuiltins-function.cc115 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
H A Dfinalization-registry.tq110 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dboolean.tq22 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
H A Dweak-ref.tq27 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
H A Dbuiltins-intl.cc275 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in LegacyFormatConstructor()
348 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in DisallowCallConstructor()
379 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in CallOrConstructConstructor()
630 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in BUILTIN()
H A Dbuiltins-function.cc124 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
H A Dfinalization-registry.tq110 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-objects.tq69 macro GetDerivedMap(implicit context: Context)(
84 return runtime::GetDerivedMap(context, target, newTarget);
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-function.cc135 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-array.cc95 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-array.cc100 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-array.cc103 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in RUNTIME_FUNCTION()

123