Searched refs:HandleElementsProperties (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.h | 136 static void HandleElementsProperties(JSThread *thread, const JSHandle<JSObject> &object,
|
H A D | class_info_extractor.cpp | 429 ClassHelper::HandleElementsProperties(thread, prototype, lexenv, nonStaticElements); in DefineClassFromExtractor() 454 ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), lexenv, staticElements); in DefineClassFromExtractor() 535 ClassHelper::HandleElementsProperties(thread, prototype, lexenv, nonStaticElements); in DefineClassWithIHClass() 567 ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), lexenv, staticElements); in DefineClassWithIHClass() 712 void ClassHelper::HandleElementsProperties(JSThread *thread, const JSHandle<JSObject> &object, in HandleElementsProperties() function in panda::ecmascript::ClassHelper
|
Completed in 3 milliseconds