Home
last modified time | relevance | path

Searched refs:DefineClassWithIHClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h100 static JSHandle<JSFunction> DefineClassWithIHClass(JSThread *thread,
Dclass_info_extractor.cpp417 JSHandle<JSFunction> ClassHelper::DefineClassWithIHClass(JSThread *thread, in DefineClassWithIHClass() function in panda::ecmascript::ClassHelper
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h871 cls = ClassHelper::DefineClassWithIHClass(thread, extractor, in RuntimeCreateClassWithBuffer()