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

  /external/v8/src/
factory.h 248 static Handle<Object> NewTypeError(const char* type,
250 static Handle<Object> NewTypeError(Handle<String> message);
factory.cc 347 Handle<Object> Factory::NewTypeError(const char* type,
353 Handle<Object> Factory::NewTypeError(Handle<String> message) {
    [all...]
builtins.cc 748 Factory::NewTypeError("illegal_invocation", HandleVector(&function, 1));
    [all...]
ic.cc 200 Handle<Object> error = Factory::NewTypeError(type, HandleVector(args, 2));
    [all...]
runtime.cc 720 Factory::NewTypeError("redeclaration", HandleVector(args, 2));
    [all...]
objects.cc     [all...]
api.cc     [all...]

Completed in 1072 milliseconds