Searched refs:do_drop (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | liveedit.cc | 1762 bool do_drop) { in DropActivationsInActiveThreadImpl() argument 1829 if (!do_drop) { in DropActivationsInActiveThreadImpl() 1866 Handle<JSArray> shared_info_array, Handle<JSArray> result, bool do_drop) { in DropActivationsInActiveThread() argument 1870 shared_info_array->GetIsolate(), target, do_drop); in DropActivationsInActiveThread() 1956 Handle<JSArray> shared_info_array, bool do_drop) { in CheckAndDropActivations() argument 1993 DropActivationsInActiveThread(shared_info_array, result, do_drop); in CheckAndDropActivations()
|
D | liveedit.h | 123 Handle<JSArray> shared_info_array, bool do_drop);
|
D | runtime.cc | 13666 CONVERT_BOOLEAN_ARG_CHECKED(do_drop, 1); in RUNTIME_FUNCTION() 13678 return *LiveEdit::CheckAndDropActivations(shared_array, do_drop); in RUNTIME_FUNCTION()
|