Home
last modified time | relevance | path

Searched refs:main_thread_maybe_result (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2911 MaybeHandle<SharedFunctionInfo> main_thread_maybe_result; in Compile() local
2922 main_thread_maybe_result = CompileScriptOnMainThread( in Compile()
2925 if (main_thread_maybe_result.is_null()) { in Compile()
2948 CHECK(main_thread_maybe_result.is_null()); in Compile()
2950 CHECK_EQ(maybe_result.is_null(), main_thread_maybe_result.is_null()); in Compile()

Completed in 6 milliseconds