Searched refs:CompileRunChecked (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-debug.cc | 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() [all …]
|
D | cctest.h | 408 static inline v8::Local<v8::Value> CompileRunChecked(v8::Isolate* isolate, in CompileRunChecked() function
|