Home
last modified time | relevance | path

Searched refs:SetVariableValue (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scope-iterator.cc122 bool DebugScopeIterator::SetVariableValue(v8::Local<v8::String> name, in SetVariableValue() function in v8::internal::DebugScopeIterator
125 return iterator_.SetVariableValue(Utils::OpenHandle(*name), in SetVariableValue()
Ddebug-scope-iterator.h31 bool SetVariableValue(v8::Local<v8::String> name,
Ddebug-scopes.h80 bool SetVariableValue(Handle<String> variable_name, Handle<Object> new_value);
Ddebug-interface.h513 virtual bool SetVariableValue(v8::Local<v8::String> name,
Ddebug-scopes.cc610 bool ScopeIterator::SetVariableValue(Handle<String> name, in SetVariableValue() function in v8::internal::ScopeIterator
Ddebug-evaluate.cc288 scope_iterator_.SetVariableValue(key, value); in UpdateValues()
Ddebug-wasm-objects.cc752 bool SetVariableValue(v8::Local<v8::String> name, in SetVariableValue() function in v8::internal::__anon1e21dee00111::DebugWasmScopeIterator
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc443 return it->SetVariableValue(variable_name, new_value); in SetScopeVariableValue()
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc1322 if (!scopeIterator->SetVariableValue(toV8String(m_isolate, variableName), in setVariableValue()