Searched refs:SetScriptBreakPointByIdFromJS (Results 1 – 1 of 1) sorted by relevance
| /external/chromium_org/v8/test/cctest/ |
| D | test-debug.cc | 198 static int SetScriptBreakPointByIdFromJS(v8::Isolate* isolate, int script_id, in SetScriptBreakPointByIdFromJS() function 1665 int sbp1 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 12, 0); in TEST() 1681 int sbp2 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 2, 0); in TEST() 1689 int sbp3 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 4, 0); in TEST() 1690 int sbp4 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 12, 0); in TEST() 1691 int sbp5 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 14, 0); in TEST() 1692 int sbp6 = SetScriptBreakPointByIdFromJS(env->GetIsolate(), script_id, 15, 0); in TEST()
|