Home
last modified time | relevance | path

Searched refs:ChangeValueScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Darguments-inl.h18 Arguments<T>::ChangeValueScope::ChangeValueScope(Isolate* isolate, in ChangeValueScope() function
Darguments.h38 class ChangeValueScope {
40 inline ChangeValueScope(Isolate* isolate, Arguments* args, int index,
42 ~ChangeValueScope() { *location_ = old_value_->ptr(); } in ~ChangeValueScope()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc636 RuntimeArguments::ChangeValueScope set_prototype_value_scope( in DefineClass()