/third_party/node/deps/v8/src/objects/ |
D | js-objects.tq | 62 macro GetDerivedMap(implicit context: Context)( 76 return runtime::GetDerivedMap(context, target, newTarget, FalseConstant()); 82 return runtime::GetDerivedMap(context, target, newTarget, TrueConstant());
|
D | js-function.h | 274 V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeHandle<Map> GetDerivedMap(
|
D | js-function.cc | 968 MaybeHandle<Map> JSFunction::GetDerivedMap(Isolate* isolate, in GetDerivedMap() function in v8::internal::JSFunction 1074 GetDerivedMap(isolate, constructor, new_target).ToHandleChecked(); in GetDerivedRabGsabMap()
|
D | js-locale.cc | 398 JSFunction::GetDerivedMap(isolate, constructor, constructor), JSLocale); in Construct()
|
D | js-date-time-format.cc | 856 JSFunction::GetDerivedMap(isolate, constructor, constructor), String); in ToLocaleDateTime()
|
D | intl-objects.cc | 192 JSFunction::GetDerivedMap(isolate, constructor, constructor), T); in New()
|
D | js-temporal-objects.cc | 435 JSFunction::GetDerivedMap(isolate, target, new_target_receiver), T); \
|
D | js-objects.cc | 2311 JSFunction::GetDerivedMap(isolate, constructor, new_target), JSObject); in New()
|
/third_party/node/deps/v8/src/builtins/ |
D | boolean.tq | 22 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
|
D | weak-ref.tq | 28 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
|
D | typed-array-createtypedarray.tq | 233 map = GetDerivedMap(target, newTarget); 401 const map = GetDerivedMap(target, newTarget); 408 const map = GetDerivedMap(target, newTarget);
|
D | builtins-intl.cc | 285 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()
|
D | builtins-function.cc | 115 JSFunction::GetDerivedMap(isolate, target, new_target), Object); in CreateDynamicFunction()
|
D | finalization-registry.tq | 110 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
|
D | builtins-string.tq | 231 const map = GetDerivedMap(target, UnsafeCast<JSReceiver>(newTarget));
|
D | base.tq | 1792 GetDerivedMap(Context, JSFunction, JSReceiver, JSAny): Map;
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-array.cc | 102 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in RUNTIME_FUNCTION()
|
D | runtime.h | 310 F(GetDerivedMap, 2, 1) \
|
D | runtime-object.cc | 1066 isolate, JSFunction::GetDerivedMap(isolate, target, new_target)); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-wasm-objects.cc | 118 auto map = JSFunction::GetDerivedMap(isolate, fun, fun).ToHandleChecked(); in GetOrCreateDebugProxyMap()
|