Lines Matching refs:CompileRunChecked
135 CompileRunChecked(isolate, source); in CompileFunction()
193 v8::Local<v8::Value> value = CompileRunChecked(isolate, buffer.start()); in SetBreakPointFromJS()
216 v8::Local<v8::Value> value = CompileRunChecked(isolate, buffer.start()); in SetScriptBreakPointByIdFromJS()
243 v8::Local<v8::Value> value = CompileRunChecked(isolate, buffer.start()); in SetScriptBreakPointByNameFromJS()
267 CompileRunChecked(isolate, buffer.start()); in ClearBreakPointFromJS()
278 CompileRunChecked(isolate, buffer.start()); in EnableScriptBreakPointFromJS()
289 CompileRunChecked(isolate, buffer.start()); in DisableScriptBreakPointFromJS()
301 CompileRunChecked(isolate, buffer.start()); in ChangeScriptBreakPointConditionFromJS()
313 CompileRunChecked(isolate, buffer.start()); in ChangeScriptBreakPointIgnoreCountFromJS()
329 CompileRunChecked(isolate, "debug.Debug.setBreakOnException()"); in ChangeBreakOnExceptionFromJS()
331 CompileRunChecked(isolate, "debug.Debug.clearBreakOnException()"); in ChangeBreakOnExceptionFromJS()
334 CompileRunChecked(isolate, "debug.Debug.setBreakOnUncaughtException()"); in ChangeBreakOnExceptionFromJS()
336 CompileRunChecked(isolate, "debug.Debug.clearBreakOnUncaughtException()"); in ChangeBreakOnExceptionFromJS()
985 CompileRunChecked(env->GetIsolate(), "bar=1"); in TEST()
1017 CompileRunChecked(env->GetIsolate(), "function bar(){}"); in TEST()
1049 CompileRunChecked(env->GetIsolate(), "function bar(){return 1;}"); in TEST()
1091 CompileRunChecked(env->GetIsolate(), "function bar(){ this.x = 1;}"); in TEST()
1319 CompileRunChecked(isolate, "function bar(){}"); in TEST()