HomeSort by relevance Sort by last modified time
    Searched refs:typeErrorConstructor (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 79 , typeErrorConstructor(0)
116 NativeErrorConstructor* typeErrorConstructor;
202 NativeErrorConstructor* typeErrorConstructor() const { return d()->typeErrorConstructor; }
Error.cpp 63 constructor = exec->lexicalGlobalObject()->typeErrorConstructor();
JSGlobalObject.cpp 279 d()->typeErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, typeErrorPrototype);
296 typeErrorPrototype->putDirect(exec->propertyNames().constructor, d()->typeErrorConstructor, DontEnum);
316 putDirectFunctionWithoutTransition(Identifier(exec, "TypeError"), d()->typeErrorConstructor);
380 markIfNeeded(markStack, d()->typeErrorConstructor);

Completed in 28 milliseconds