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

  /external/chromium_org/gin/
arguments.cc 37 return ThrowTypeError("Insufficient number of arguments.");
39 ThrowTypeError(base::StringPrintf(
43 void Arguments::ThrowTypeError(const std::string& message) const {
arguments.h 67 void ThrowTypeError(const std::string& message) const;
  /external/chromium_org/gin/modules/
console.cc 26 return args.ThrowTypeError("Expected strings.");
module_registry.cc 54 return args.ThrowTypeError("At least one argument is required.");
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 66 args.ThrowTypeError("Could not compile shader");
  /external/chromium_org/v8/test/webkit/
strict-throw-type-error.js 24 description("ThrowTypeError is a singleton object");
  /external/chromium_org/v8/test/mjsunit/
function-bind.js 270 // and both get and set is the ThrowTypeError function).
  /external/v8/test/mjsunit/
function-bind.js 270 // and both get and set is the ThrowTypeError function).

Completed in 764 milliseconds