Home
last modified time | relevance | path

Searched refs:objectPrototype (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h196 GateRef objectPrototype = LoadPrototype(objectHClass); in LoadPrototypeHClass() local
197 return LoadHClass(objectPrototype); in LoadPrototypeHClass()
203 GateRef objectPrototype = LoadPrototype(objectHClass); in LoadPrototypeOfPrototypeHClass() local
204 GateRef objectPrototypeHClass = LoadHClassByConstOffset(objectPrototype); in LoadPrototypeOfPrototypeHClass()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp2096 JSHandle<JSTaggedValue> objectPrototype = env->GetObjectFunctionPrototype(); in ToString() local
2098 callbackFnHandle = JSTaggedValue::GetProperty(thread, objectPrototype, toStringKey).GetValue(); in ToString()
H A Dbuiltins_array.cpp2715 JSHandle<JSTaggedValue> objectPrototype = env->GetObjectFunctionPrototype(); in ToString() local
2717 callbackFnHandle = JSTaggedValue::GetProperty(thread, objectPrototype, toStringKey).GetValue(); in ToString()

Completed in 11 milliseconds