Lines Matching full:option
27 RuntimeOption option; in ArrayRefNewFuzzerTest() local
28 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in ArrayRefNewFuzzerTest()
29 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayRefNewFuzzerTest()
40 RuntimeOption option; in ArrayRefGetValueAtFuzzerTest() local
41 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in ArrayRefGetValueAtFuzzerTest()
42 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayRefGetValueAtFuzzerTest()
55 RuntimeOption option; in ArrayRefLengthFuzzerTest() local
56 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in ArrayRefLengthFuzzerTest()
57 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayRefLengthFuzzerTest()
69 RuntimeOption option; in ArrayRefSetValueAtFuzzerTest() local
70 option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); in ArrayRefSetValueAtFuzzerTest()
71 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayRefSetValueAtFuzzerTest()