Searched refs:SetParameterValue (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/debug/
H A Ddebug-scopes.h139 bool SetParameterValue(Handle<ScopeInfo> scope_info, JavaScriptFrame* frame,
H A Ddebug-frames.cc176 frame_->SetParameterValue(i, *value);
H A Ddebug-scopes.cc600 bool ScopeIterator::SetParameterValue(Handle<ScopeInfo> scope_info, function in class:v8::internal::ScopeIterator
609 frame->SetParameterValue(i, *new_value);
672 bool result = SetParameterValue(scope_info, frame, variable_name, new_value);
/external/v8/src/
H A Dframes.h770 void SetParameterValue(int index, Object* value) const;
H A Dframes.cc803 void JavaScriptFrame::SetParameterValue(int index, Object* value) const { function in class:v8::internal::JavaScriptFrame

Completed in 164 milliseconds