Searched refs:toStringTagSymbol (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_set_test.cpp | 293 JSHandle<JSTaggedValue> toStringTagSymbol = env->GetToStringTagSymbol(); in HWTEST_F_L0() local 294 JSHandle<EcmaString> stringTag(JSObject::GetProperty(thread, set, toStringTagSymbol).GetValue()); in HWTEST_F_L0()
|
H A D | builtins_map_test.cpp | 289 JSHandle<JSTaggedValue> toStringTagSymbol = env->GetToStringTagSymbol(); in HWTEST_F_L0() local 290 JSHandle<EcmaString> stringTag(JSObject::GetProperty(thread, map, toStringTagSymbol).GetValue()); in HWTEST_F_L0()
|
H A D | builtins_shared_set_test.cpp | 333 JSHandle<JSTaggedValue> toStringTagSymbol = env->GetToStringTagSymbol();
in HWTEST_F_L0() local 334 JSHandle<EcmaString> stringTag(JSObject::GetProperty(thread, set, toStringTagSymbol).GetValue());
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 200 GateRef toStringTagSymbol = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv,
in ToString() local 202 GateRef tag = FastGetPropertyByName(glue_, thisValue_, toStringTagSymbol, ProfileOperation());
in ToString()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | shared_builtins.cpp | 855 JSHandle<JSTaggedValue> toStringTagSymbol( in InitializeSSymbolAttributes()
|
H A D | builtins.cpp | 2297 JSHandle<JSTaggedValue> toStringTagSymbol = env->GetToStringTagSymbol(); in InitializeTypedArray() local 2300 SetGetter(typedArrFuncPrototype, toStringTagSymbol, toStringTagGetter); in InitializeTypedArray()
|
Completed in 16 milliseconds