Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/jsvm/src/
Dtype_conversion.h53 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/
Dlexenv.cpp58 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/
Dlexenv.cpp54 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/
DArkBody.ts87 const local = this.locals?.get(name); constant
DArkMethod.ts719 const local = this.getBody()?.getLocals().get(name); constant
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DimportNamespaceSpecifierBuilder.h29 ImportNamespaceSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
DimportDefaultSpecifierBuilder.h29 ImportDefaultSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
DimportSpecifierBuilder.h35 ImportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
DexportSpecifierBuilder.h29 ExportSpecifierBuilder &SetLocal(Identifier *local) in SetLocal()
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportNamespaceSpecifier.h36 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
DimportDefaultSpecifier.h36 explicit ImportDefaultSpecifier(Identifier *local, bool isLazy) in ImportDefaultSpecifier()
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportNamespaceSpecifier.h26 explicit ImportNamespaceSpecifier(Identifier *local) in ImportNamespaceSpecifier()
DimportDefaultSpecifier.h26 …explicit ImportDefaultSpecifier(Identifier *local) : Statement(AstNodeType::IMPORT_DEFAULT_SPECIFI… in ImportDefaultSpecifier()
DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier()
DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts158 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/
DStaticSingleAssignmentFormer.ts71 for (const [_, local] of body.getLocals()) { constant
197 for (const local of newLocals) { constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DDummyMainCreater.ts112 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/
Dark_js_runtime.cpp66 static napi_value JsValueFromLocalValue(panda::Local<panda::JSValueRef> local) in JsValueFromLocalValue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h96 … 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/
DSamplerAniTest.cpp95 ani_int local = 0; in NativeANIFastFunction() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp86 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local
104 LocalVariable local(&decl, VariableFlags::LOCAL); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp84 auto *local = checker->AllocNode<ir::Identifier>(classDeclName, allocator); in CreateIrImport() local

123