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.swift71 static var localObj: AnyObject? = nil variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_shared_partial_test.cpp103 …JSHandle<TaggedArray> localObj = factory->NewTaggedArray(ARRAY_SIZE, JSTaggedValue::Undefined(), f… in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2170 Local<ObjectRef> localObj = ObjectRef::New(vm_); in GetLocalScopeChain() local
2333 const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) in GetLocalVariables()
2414 Local<ObjectRef> localObj = runtime_->properties_[objectId].ToLocal(vm_); in UpdateScopeObject() local