Lines Matching refs:runtime_

48     : vm_(vm), frontend_(channel), runtime_(runtime)
1102 runtime_->CacheObjectIfNeeded(res, (*result).get());
1569 runtime_->CacheObjectIfNeeded(res, (*outRemoteObject).get());
1583 if (runtime_->properties_.empty()) {
1586 RemoteObjectId validObjId = runtime_->curObjectId_ - 1;
1588 runtime_->properties_[validObjId].FreeGlobalHandleAddr();
1590 runtime_->curObjectId_ = 0;
1591 runtime_->properties_.clear();
1765 .SetObjectId(runtime_->curObjectId_)
1769 scopeObjects_[sp][Scope::Type::Local()].push_back(runtime_->curObjectId_);
1770 DebuggerApi::AddInternalProperties(vm_, localObj, ArkInternalValueType::Scope, runtime_->internalObjects_);
1771 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, localObj);
1777 runtime_->CacheObjectIfNeeded(thisVal, (*thisObj).get());
1853 runtime_->CacheObjectIfNeeded(value, (*thisObj).get());
1872 .SetObjectId(runtime_->curObjectId_)
1882 vm_, closureScopeObj, ArkInternalValueType::Scope, runtime_->internalObjects_);
1884 scopeObjects_[sp][Scope::Type::Closure()].push_back(runtime_->curObjectId_);
1885 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, closureScopeObj);
1902 .SetObjectId(runtime_->curObjectId_)
1906 DebuggerApi::AddInternalProperties(vm_, moduleObj, ArkInternalValueType::Scope, runtime_->internalObjects_);
1908 scopeObjects_[sp][Scope::Type::Module()].push_back(runtime_->curObjectId_);
1909 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, moduleObj);
1977 .SetObjectId(runtime_->curObjectId_)
1982 DebuggerApi::AddInternalProperties(vm_, globalObj, ArkInternalValueType::Scope, runtime_->internalObjects_);
1984 scopeObjects_[sp][Scope::Type::Global()].push_back(runtime_->curObjectId_);
1985 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, globalObj);
2000 Local<ObjectRef> localObj = runtime_->properties_[objectId].ToLocal(vm_);
2048 runtime_->CacheObjectIfNeeded(ret, (*result).get());