Lines Matching full:option
27 RuntimeOption option; in TryCatchNewFuzzerTest() local
28 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in TryCatchNewFuzzerTest()
29 EcmaVM *vm = JSNApi::CreateJSVM(option); in TryCatchNewFuzzerTest()
40 RuntimeOption option; in TryCatchHasCaughtFuzzerTest() local
41 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in TryCatchHasCaughtFuzzerTest()
42 EcmaVM *vm = JSNApi::CreateJSVM(option); in TryCatchHasCaughtFuzzerTest()
54 RuntimeOption option; in TryCatchRethrowFuzzerTest() local
55 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in TryCatchRethrowFuzzerTest()
56 EcmaVM *vm = JSNApi::CreateJSVM(option); in TryCatchRethrowFuzzerTest()
68 RuntimeOption option; in GetAndClearExceptionFuzzTest() local
69 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in GetAndClearExceptionFuzzTest()
70 EcmaVM *vm = JSNApi::CreateJSVM(option); in GetAndClearExceptionFuzzTest()