Searched refs:casted_script (Results 1 – 2 of 2) sorted by relevance
357 Handle<Script> casted_script = Handle<Script>::cast(script); in ComputeLocation() local358 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ComputeLocation()
1608 Handle<Script> casted_script(Script::cast(script)); in Throw() local1609 *target = MessageLocation(casted_script, pos, pos + 1); in Throw()