Home
last modified time | relevance | path

Searched defs:jsHClass (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_accessor.cpp44 JSHandle<JSHClass> jsHClass(thread_, receiverObj->GetJSHClass()); in PreLoad() local
138 JSHClass *jsHClass = receiverObj->GetJSHClass(); in InitSimplePropertiesEnumCache() local
285 JSHandle<JSHClass> jsHClass(thread_, protoObj->GetJSHClass()); in GetAndSetChainKeys() local
Djs_hclass.cpp989 void JSHClass::NotifyHClassNotPrototypeChanged(JSThread *thread, const JSHandle<JSHClass> &jsHClass) in NotifyHClassNotPrototypeChanged()
1004 void JSHClass::NotifyLeafHClassChanged(JSThread *thread, const JSHandle<JSHClass> &jsHClass) in NotifyLeafHClassChanged()
Djs_array.cpp505 JSHandle<JSHClass> jsHClass = JSHandle<JSHClass>(thread, in CreateArrayFromList() local
Djs_object.cpp621 JSHandle<EnumCache> JSObject::GetOrCreateEnumCache(JSThread *thread, JSHandle<JSHClass> jsHClass) in GetOrCreateEnumCache()
633 …e<JSTaggedValue> JSObject::GetOrCreateDependentInfos(JSThread *thread, JSHandle<JSHClass> jsHClass) in GetOrCreateDependentInfos()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp47 auto *jsHClass = obj->GetClass(); in CheckSendableConstraint() local
71 auto *jsHClass = obj->GetClass(); in CheckSendableProps() local
Dason_test.cpp39 auto *jsHClass = obj->GetClass(); in CheckSendableConstraint() local
63 auto *jsHClass = obj->GetClass(); in CheckSendableProps() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp194 auto jsHClass = obj->GetClass(); in ProcessMarkStack() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp930 JSHandle<JSHClass> jsHClass(thread_, obj->GetJSHClass()); in SerializeKeys() local
Djson_stringifier_optimized.cpp908 JSHandle<JSHClass> jsHClass(thread_, obj->GetJSHClass()); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp124 JSHandle<JSHClass> jsHClass(thread, exportObject->GetJSHClass()); in GetBindingNameByIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10895 void StubBuilder::RestoreElementsKindToGeneric(GateRef glue, GateRef jsHClass) in RestoreElementsKindToGeneric()