Searched refs:wasm_scripts_with_break_points_ (Results 1 – 2 of 2) sorted by relevance
929 if (wasm_scripts_with_break_points_.is_null()) { in RecordWasmScriptWithBreakpoints()931 wasm_scripts_with_break_points_ = in RecordWasmScriptWithBreakpoints()936 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0; in RecordWasmScriptWithBreakpoints()939 if (wasm_scripts_with_break_points_->Get(idx).GetHeapObject( in RecordWasmScriptWithBreakpoints()947 isolate_, wasm_scripts_with_break_points_, MaybeObjectHandle{script}); in RecordWasmScriptWithBreakpoints()948 if (*new_list != *wasm_scripts_with_break_points_) { in RecordWasmScriptWithBreakpoints()950 wasm_scripts_with_break_points_.location()); in RecordWasmScriptWithBreakpoints()951 wasm_scripts_with_break_points_ = in RecordWasmScriptWithBreakpoints()966 if (!wasm_scripts_with_break_points_.is_null()) { in ClearAllBreakPoints()968 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0; in ClearAllBreakPoints()[all …]
583 Handle<WeakArrayList> wasm_scripts_with_break_points_; variable