Searched refs:casted_script (Results 1 – 2 of 2) sorted by relevance
1223 Handle<Script> casted_script = Handle<Script>::cast(script); in ComputeLocation() local1224 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ComputeLocation()
2232 Handle<Script> casted_script(Script::cast(script), this); in ThrowInternal() local2236 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ThrowInternal()2238 *target = MessageLocation(casted_script, shared, code_offset); in ThrowInternal()