Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp45 JSHandle<ClassLiteral> classLiteral; in GetClassLiteralFromCache() local
H A Dpanda_file_translator.cpp257 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseConstPool() local
328 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseFuncAndLiteralConstPool() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserExpressions.cpp294 auto *classLiteral = AllocNode<ir::ETSClassLiteral>(potentialType); in ParseDefaultPrimaryExpression() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp193 ClassLiteral *classLiteral; in GetPatchMethod() local
393 ClassLiteral *classLiteral = ClassLiteral::Cast(constpoolValue); in FindAndReplaceClassLiteral() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1541 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h919 ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, const JSHandle<JSTaggedValue> &chc, const JSHandle<ClassLiteral> &classLiteral) ShouldUseAOTHClass() argument
[all...]

Completed in 15 milliseconds