Searched refs:ScriptType (Results 1 – 25 of 30) sorted by relevance
12
3 ScriptType: v4.00+
4 ScriptType: v4.00
98 <QPM:ScriptType>Install</QPM:ScriptType>
150 Number::New(isolate, ScriptType::kModule)); in New()565 if (type == ScriptType::kScript) { in ImportModuleDynamically()568 } else if (type == ScriptType::kModule) { in ImportModuleDynamically()571 } else if (type == ScriptType::kFunction) { in ImportModuleDynamically()
21 enum ScriptType : int { enum