Home | History | Annotate | Download | only in src

Lines Matching refs:GetScriptWrapper

2819   return *GetScriptWrapper(Handle<Script>::cast(script));
12912 // Get the script wrapper in a local handle before calling GetScriptWrapper,
12914 // instances->set(i, *GetScriptWrapper(script))
12915 // is unsafe as GetScriptWrapper might call GC and the C++ compiler might
12917 Handle<JSValue> wrapper = GetScriptWrapper(script);
13341 return *(GetScriptWrapper(script_handle));
14271 return GetScriptWrapper(script);