Home
last modified time | relevance | path

Searched refs:toStringTagSymbol (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_set_test.cpp293 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 Dbuiltins_map_test.cpp289 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 Dbuiltins_shared_set_test.cpp333 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 Dbuiltins_object_stub_builder.cpp200 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 Dshared_builtins.cpp855 JSHandle<JSTaggedValue> toStringTagSymbol( in InitializeSSymbolAttributes()
H A Dbuiltins.cpp2297 JSHandle<JSTaggedValue> toStringTagSymbol = env->GetToStringTagSymbol(); in InitializeTypedArray() local
2300 SetGetter(typedArrFuncPrototype, toStringTagSymbol, toStringTagGetter); in InitializeTypedArray()

Completed in 16 milliseconds