Home
last modified time | relevance | path

Searched defs:thrower (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DArguments.cpp164 …JSValue thrower = createTypeErrorFunction(exec, "Unable to access caller of strict mode function"); in createStrictModeCallerIfNecessary() local
176 …JSValue thrower = createTypeErrorFunction(exec, "Unable to access callee of strict mode function"); in createStrictModeCalleeIfNecessary() local
DJSFunction.cpp107 JSValue thrower = createTypeErrorFunction(exec, message); in createDescriptorForThrowingProperty() local