Searched defs:jsHClass (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_accessor.cpp | 44 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
|
| D | js_hclass.cpp | 989 void JSHClass::NotifyHClassNotPrototypeChanged(JSThread *thread, const JSHandle<JSHClass> &jsHClass) in NotifyHClassNotPrototypeChanged() 1004 void JSHClass::NotifyLeafHClassChanged(JSThread *thread, const JSHandle<JSHClass> &jsHClass) in NotifyLeafHClassChanged()
|
| D | js_array.cpp | 505 JSHandle<JSHClass> jsHClass = JSHandle<JSHClass>(thread, in CreateArrayFromList() local
|
| D | js_object.cpp | 621 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/ |
| D | json_parser_test.cpp | 47 auto *jsHClass = obj->GetClass(); in CheckSendableConstraint() local 71 auto *jsHClass = obj->GetClass(); in CheckSendableProps() local
|
| D | ason_test.cpp | 39 auto *jsHClass = obj->GetClass(); in CheckSendableConstraint() local 63 auto *jsHClass = obj->GetClass(); in CheckSendableProps() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_marker.cpp | 194 auto jsHClass = obj->GetClass(); in ProcessMarkStack() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 930 JSHandle<JSHClass> jsHClass(thread_, obj->GetJSHClass()); in SerializeKeys() local
|
| D | json_stringifier_optimized.cpp | 908 JSHandle<JSHClass> jsHClass(thread_, obj->GetJSHClass()); in SerializeKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 124 JSHandle<JSHClass> jsHClass(thread, exportObject->GetJSHClass()); in GetBindingNameByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 10895 void StubBuilder::RestoreElementsKindToGeneric(GateRef glue, GateRef jsHClass) in RestoreElementsKindToGeneric()
|