Searched refs:escape_called_ (Results 1 - 1 of 1) sorted by relevance
/third_party/node/src/ | ||
H A D | js_native_api_v8.cc | 449 : scope(isolate), escape_called_(false) {} in EscapableHandleScopeWrapper() 450 bool escape_called() const { return escape_called_; } in escape_called() 453 escape_called_ = true; in Escape() 459 bool escape_called_; member in v8impl::__anon15370::EscapableHandleScopeWrapper |
Completed in 10 milliseconds