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

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 340 RegisterID* emitNewError(RegisterID* dst, ErrorType type, JSValue message);
BytecodeGenerator.cpp     [all...]
NodesCodegen.cpp 87 RegisterID* exception = generator.emitNewError(generator.newTemporary(), type, jsString(generator.globalData(), message));
97 RegisterID* exception = generator.emitNewError(generator.newTemporary(), type, jsString(generator.globalData(), message));
    [all...]

Completed in 12 milliseconds