Home
last modified time | relevance | path

Searched refs:HandleElementsProperties (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp377 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
Dclass_info_extractor.h112 static void HandleElementsProperties(JSThread *thread, const JSHandle<JSObject> &object,