Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.h126 bool SetClosureVariableValue(Handle<String> variable_name,
Ddebug-scopes.cc289 return SetClosureVariableValue(variable_name, new_value); in SetVariableValue()
715 bool ScopeIterator::SetClosureVariableValue(Handle<String> variable_name, in SetClosureVariableValue() function in v8::internal::ScopeIterator