Lines Matching defs:flag
1310 Compiler::ClearExceptionFlag flag = Compiler::KEEP_EXCEPTION) {
1311 if (flag == Compiler::CLEAR_EXCEPTION) {
1327 Compiler::ClearExceptionFlag flag) {
1330 isolate, script, parse_info->pending_error_handler(), flag);
1782 Isolate* isolate, Compiler::ClearExceptionFlag flag) {
1809 isolate, script_, compile_state_.pending_error_handler(), flag);
1892 // TODO(v8:8510): Push the CLEAR_EXCEPTION flag or something like it down into
1980 ClearExceptionFlag flag,
2015 return FailWithPendingException(isolate, script, &parse_info, flag);
2033 return FailWithPendingException(isolate, script, &parse_info, flag);
2044 return FailWithPendingException(isolate, script, &parse_info, flag);
2061 ClearExceptionFlag flag,
2078 !Compile(isolate, shared_info, flag, is_compiled_scope)) {
2137 Compiler::ClearExceptionFlag flag,
2150 if (flag == Compiler::KEEP_EXCEPTION) {
2188 ClearExceptionFlag flag,
2191 if (!CompileSharedWithBaseline(isolate, shared, flag, is_compiled_scope)) {
2242 ClearExceptionFlag flag) {
2250 if (!task->FinalizeFunction(isolate, flag)) return false;
2479 // Returns a string to be used for compilation, or a flag that an object type
3070 // If the --stress-background-compile flag is set, do the actual