Searched defs:specifier (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 144 JSHandle<JSTaggedValue> specifier(GetCallArg(argv, 3)); // 3 : request module's path in DynamicImportJob() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2510 auto *specifier = AllocNode<ir::ExportSpecifier>(local, exported); in ParseExportNamedSpecifiers() local 2750 auto *specifier = AllocNode<ir::ImportNamespaceSpecifier>(local); in ParseNameSpaceImport() local 2821 auto *specifier = AllocNode<ir::ImportSpecifier>(imported, local); in ParseNamedImportSpecifiers() local 2901 auto *specifier = AllocNode<ir::ImportDefaultSpecifier>(local); in ParseImportDefaultSpecifier() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 994 JSTaggedValue SlowRuntimeStub::DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedVal… in DynamicImport()
|
| D | interpreter-inl.h | 7211 JSTaggedValue specifier = GET_ACC(); in RunInternal() local 7222 JSTaggedValue specifier = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 6522 JSTaggedValue specifier = GET_ACC(); in HandleDynamicimport() local 6537 JSTaggedValue specifier = GET_VREG_VALUE(v0); in HandleDeprecatedDynamicimportPrefV8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 2796 GateRef specifier = *varAcc; in DECLARE_ASM_HANDLER() local 2805 GateRef specifier = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1382 …alue RuntimeStubs::RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &specifier, in RuntimeDynamicImport()
|
| D | runtime_stubs.cpp | 1822 …JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS() local
|