Home
last modified time | relevance | path

Searched refs:stringFuncPrototype (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp56 JSHandle<JSTaggedValue> stringFuncPrototype(thread, in GetStringPrototypeFunctionByName() local
59 return JSObject::GetProperty(thread, stringFuncPrototype, nameKey).GetValue(); in GetStringPrototypeFunctionByName()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1735 JSHandle<JSObject> stringFuncPrototype = in InitializeString() local
1737 JSHandle<JSTaggedValue> stringFuncPrototypeValue(stringFuncPrototype); in InitializeString()
1744 …JSHandle<JSObject> stringFunction(NewBuiltinConstructor(env, stringFuncPrototype, BuiltinsString::… in InitializeString()
1752 SetFunction(env, stringFuncPrototype, entry.GetName(), entry.GetEntrypoint(), in InitializeString()
1755 JSHandle<JSTaggedValue> stringIter = SetAndReturnFunctionAtSymbol(env, stringFuncPrototype, in InitializeString()
1767 SetGetter(stringFuncPrototype, lengthKey, lengthGetter); in InitializeString()
1770 env->SetStringPrototype(thread_, stringFuncPrototype); in InitializeString()
1774 stringFuncPrototype->GetJSHClass()); in InitializeString()