Home
last modified time | relevance | path

Searched defs:localObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.ts63 static localObj: Object = new Object(); property in Consumer
DTemplate.mjs61 static localObj = new Object(); field in Consumer
DTemplate-ArkTS-NodeJS-Interop.js61 static localObj = new Object(); field in Consumer
DTemplate.swift71 static var localObj: AnyObject? = nil variable
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1763 Local<ObjectRef> localObj = ObjectRef::New(vm_); in GetLocalScopeChain() local
1919 const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) in GetLocalVariables()
2000 Local<ObjectRef> localObj = runtime_->properties_[objectId].ToLocal(vm_); in UpdateScopeObject() local