Lines Matching full:option
29 RuntimeOption option; in ObjectGetPrototypeFuzzTest() local
30 option.SetLogLevel(common::LOG_LEVEL::ERROR); in ObjectGetPrototypeFuzzTest()
31 option.SetArkProperties(arkProp); in ObjectGetPrototypeFuzzTest()
32 EcmaVM *vm = JSNApi::CreateJSVM(option); in ObjectGetPrototypeFuzzTest()
42 RuntimeOption option; in ObjectSealFuzzTest() local
43 option.SetLogLevel(common::LOG_LEVEL::ERROR); in ObjectSealFuzzTest()
44 option.SetArkProperties(arkProp); in ObjectSealFuzzTest()
45 EcmaVM *vm = JSNApi::CreateJSVM(option); in ObjectSealFuzzTest()
55 RuntimeOption option; in ObjectFreezeFuzzTest() local
56 option.SetLogLevel(common::LOG_LEVEL::ERROR); in ObjectFreezeFuzzTest()
57 option.SetArkProperties(arkProp); in ObjectFreezeFuzzTest()
58 EcmaVM *vm = JSNApi::CreateJSVM(option); in ObjectFreezeFuzzTest()