Searched refs:jsLocation (Results 1 – 2 of 2) sorted by relevance
73 …JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, globalObject()), … in location() local74 cacheWrapper(currentWorld(exec), location, jsLocation); in location()75 return jsLocation; in location()
461 …JSLocation* jsLocation = new (exec) JSLocation(getDOMStructure<JSLocation>(exec, window), window, … in location() local462 cacheWrapper(currentWorld(exec), location, jsLocation); in location()463 return jsLocation; in location()