Home | History | Annotate | Download | only in src

Lines Matching refs:GetScriptWrapper

2015   return *GetScriptWrapper(Handle<Script>::cast(script));
11999 // Get the script wrapper in a local handle before calling GetScriptWrapper,
12001 // instances->set(i, *GetScriptWrapper(script))
12002 // is unsafe as GetScriptWrapper might call GC and the C++ compiler might
12004 Handle<JSValue> wrapper = GetScriptWrapper(script);
12418 return *(GetScriptWrapper(script_handle));
12865 return GetScriptWrapper(script);