Home
last modified time | relevance | path

Searched refs:casted_script (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/execution/
Dmessages.cc1223 Handle<Script> casted_script = Handle<Script>::cast(script); in ComputeLocation() local
1224 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ComputeLocation()
Disolate.cc2232 Handle<Script> casted_script(Script::cast(script), this); in ThrowInternal() local
2236 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ThrowInternal()
2238 *target = MessageLocation(casted_script, shared, code_offset); in ThrowInternal()