Home
last modified time | relevance | path

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

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