Home | History | Annotate | Download | only in src

Lines Matching refs:script

267 // Get the JS object corresponding to the given script; create it
269 Handle<JSValue> GetScriptWrapper(Handle<Script> script);
271 // Script line number computations. Note that the line number is zero-based.
272 void InitScriptLineEnds(Handle<Script> script);
278 int GetScriptLineNumber(Handle<Script> script, int code_position);
280 int GetScriptLineNumberSafe(Handle<Script> script, int code_position);
281 int GetScriptColumnNumber(Handle<Script> script, int code_position);
282 Handle<Object> GetScriptNameOrSourceURL(Handle<Script> script);