Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects.tq62 macro GetDerivedMap(implicit context: Context)(
76 return runtime::GetDerivedMap(context, target, newTarget, FalseConstant());
82 return runtime::GetDerivedMap(context, target, newTarget, TrueConstant());
Djs-function.h274 V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeHandle<Map> GetDerivedMap(
Djs-function.cc968 MaybeHandle<Map> JSFunction::GetDerivedMap(Isolate* isolate, in GetDerivedMap() function in v8::internal::JSFunction
1074 GetDerivedMap(isolate, constructor, new_target).ToHandleChecked(); in GetDerivedRabGsabMap()
Djs-locale.cc398 JSFunction::GetDerivedMap(isolate, constructor, constructor), JSLocale); in Construct()
Djs-date-time-format.cc856 JSFunction::GetDerivedMap(isolate, constructor, constructor), String); in ToLocaleDateTime()
Dintl-objects.cc192 JSFunction::GetDerivedMap(isolate, constructor, constructor), T); in New()
Djs-temporal-objects.cc435 JSFunction::GetDerivedMap(isolate, target, new_target_receiver), T); \
Djs-objects.cc2311 JSFunction::GetDerivedMap(isolate, constructor, new_target), JSObject); in New()
/third_party/node/deps/v8/src/builtins/
Dboolean.tq22 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
Dweak-ref.tq28 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
Dtyped-array-createtypedarray.tq233 map = GetDerivedMap(target, newTarget);
401 const map = GetDerivedMap(target, newTarget);
408 const map = GetDerivedMap(target, newTarget);
Dbuiltins-intl.cc285 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in LegacyFormatConstructor()
356 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in DisallowCallConstructor()
387 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in CallOrConstructConstructor()
710 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in BUILTIN()
Dbuiltins-function.cc115 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
Dfinalization-registry.tq110 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
Dbuiltins-string.tq231 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
Dbase.tq1792 GetDerivedMap(Context, JSFunction, JSReceiver, JSAny): Map;
/third_party/node/deps/v8/src/runtime/
Druntime-array.cc102 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in RUNTIME_FUNCTION()
Druntime.h310 F(GetDerivedMap, 2, 1) \
Druntime-object.cc1066 isolate, JSFunction::GetDerivedMap(isolate, target, new_target)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc118 auto map = JSFunction::GetDerivedMap(isolate, fun, fun).ToHandleChecked(); in GetOrCreateDebugProxyMap()