Lines Matching full:option
32 RuntimeOption option; in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local
35 option.SetLogLevel(common::LOG_LEVEL::ERROR); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
36 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
39 option.SetArkProperties(arkProp); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
55 RuntimeOption option; in JSValueRefIsAsyncGeneratorFunctionFalseFuzzTest() local
56 option.SetLogLevel(common::LOG_LEVEL::ERROR); in JSValueRefIsAsyncGeneratorFunctionFalseFuzzTest()
57 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsAsyncGeneratorFunctionFalseFuzzTest()
67 RuntimeOption option; in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
68 option.SetLogLevel(common::LOG_LEVEL::ERROR); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
69 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
72 option.SetArkProperties(arkProp); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
88 RuntimeOption option; in JSValueRefIsAsyncGeneratorObjectFalseFuzzTest() local
89 option.SetLogLevel(common::LOG_LEVEL::ERROR); in JSValueRefIsAsyncGeneratorObjectFalseFuzzTest()
90 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSValueRefIsAsyncGeneratorObjectFalseFuzzTest()