Lines Matching refs:script
215 // Get the JS object corresponding to the given script; create it
217 Handle<JSValue> GetScriptWrapper(Handle<Script> script);
219 // Script line number computations.
220 void InitScriptLineEnds(Handle<Script> script);
226 int GetScriptLineNumber(Handle<Script> script, int code_position);
228 int GetScriptLineNumberSafe(Handle<Script> script, int code_position);
229 int GetScriptColumnNumber(Handle<Script> script, int code_position);