Searched refs:HandleElementsProperties (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 377 ClassHelper::HandleElementsProperties(thread, prototype, nonStaticElements); in DefineClassFromExtractor() 403 … ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), staticElements); in DefineClassFromExtractor() 464 ClassHelper::HandleElementsProperties(thread, prototype, nonStaticElements); in DefineClassWithIHClass() 497 … ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), staticElements); in DefineClassWithIHClass() 565 void ClassHelper::HandleElementsProperties(JSThread *thread, const JSHandle<JSObject> &object, in HandleElementsProperties() function in panda::ecmascript::ClassHelper
|
D | class_info_extractor.h | 112 static void HandleElementsProperties(JSThread *thread, const JSHandle<JSObject> &object,
|