Home
last modified time | relevance | path

Searched refs:SetModuleVariableValue (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.h157 bool SetModuleVariableValue(Handle<String> variable_name,
Ddebug-scopes.cc624 if (Type() == ScopeTypeModule && SetModuleVariableValue(name, value)) { in SetVariableValue()
1072 bool ScopeIterator::SetModuleVariableValue(Handle<String> variable_name, in SetModuleVariableValue() function in v8::internal::ScopeIterator