Home
last modified time | relevance | path

Searched defs:classLiteral (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp208 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseConstPool() local
277 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseFuncAndLiteralConstPool() local
Dprogram_object.h267 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in GetClassLiteralFromCache() local
Dquick_fix_loader.cpp261 JSHandle<ClassLiteral> classLiteral(thread, constpoolValue); in ReplaceMethod() local
414 … JSHandle<ClassLiteral> classLiteral(thread, baseConstpool->GetObjectFromCache(constpoolIndex)); in UnloadPatch() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1332 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1071 JSHandle<ClassLiteral> classLiteral(thread_, literalObj); in FillSnapshotConstantPoolList() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4071 JSHandle<ClassLiteral> classLiteral(thread_, header); in NewClassLiteral() local