| /arkcompiler/jsvm/src/ |
| D | type_conversion.h | 53 inline JSVM_Data JsDataFromV8LocalData(v8::Local<v8::Data> local) in JsDataFromV8LocalData() 60 v8::Local<v8::Data> local; in V8LocalDataFromJsData() local 70 inline JSVM_Value JsValueFromV8LocalValue(v8::Local<v8::Value> local) in JsValueFromV8LocalValue() 77 v8::Local<v8::Value> local; in V8LocalValueFromJsValue() local 82 inline JSVM_Deferred JsDeferredFromPersistent(v8impl::Persistent<v8::Value>* local) in JsDeferredFromPersistent() 87 inline v8impl::Persistent<v8::Value>* PersistentFromJsDeferred(JSVM_Deferred local) in PersistentFromJsDeferred()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 58 auto *local = result.variable->AsLocalVariable(); in ExpandLoadLexVar() local 72 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local 95 binder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local 124 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lexenv.cpp | 54 auto *local = result.variable->AsLocalVariable(); in ExpandLoadNormalVar() local 92 varbinder::LocalVariable *local = result.variable->AsLocalVariable(); in ExpandStoreLexVar() local 112 auto *local = result.variable->AsLocalVariable(); in ExpandStoreNormalVar() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/ |
| D | ArkBody.ts | 87 const local = this.locals?.get(name); constant
|
| D | ArkMethod.ts | 719 const local = this.getBody()?.getLocals().get(name); constant
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | importNamespaceSpecifierBuilder.h | 29 ImportNamespaceSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
|
| D | importDefaultSpecifierBuilder.h | 29 ImportDefaultSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
|
| D | importSpecifierBuilder.h | 35 ImportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
|
| D | exportSpecifierBuilder.h | 29 ExportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| D | importNamespaceSpecifier.h | 36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
|
| D | importDefaultSpecifier.h | 36 explicit ImportDefaultSpecifier(Identifier *local, bool isLazy) in ImportDefaultSpecifier()
|
| D | exportSpecifier.h | 36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
|
| D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | importNamespaceSpecifier.h | 26 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
|
| D | importDefaultSpecifier.h | 26 …explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFI… in ImportDefaultSpecifier()
|
| D | importSpecifier.h | 26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
|
| D | exportSpecifier.h | 26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | BodyBuilder.ts | 158 const local = outerLocals!.get(key); constant 215 for (let local of locals.values()) { variable 291 const local = locals.get(key); constant 349 for (let local of outerLocals.values()) { variable 584 let local = body.getLocals().get(closure.getName()); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/transformer/ |
| D | StaticSingleAssignmentFormer.ts | 71 for (const [_, local] of body.getLocals()) { constant 197 for (const local of newLocals) { constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | DummyMainCreater.ts | 112 for (const local of this.classLocalMap.values()) { constant 149 for (const local of locals) { constant 210 const local = this.classLocalMap.get(method); constant
|
| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/ |
| D | ark_js_runtime.cpp | 66 static napi_value JsValueFromLocalValue(panda::Local<panda::JSValueRef> local) in JsValueFromLocalValue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 96 … bool local; // Whether this value should be only used in the BasicBlock it originated from member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/native/ |
| D | SamplerAniTest.cpp | 95 ani_int local = 0; in NativeANIFastFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_short_test.cpp | 86 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local 104 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | entityDeclarator.cpp | 84 auto *local = checker->AllocNode<ir::Identifier>(classDeclName, allocator); in CreateIrImport() local
|