Searched refs:ThrowTypeError (Results 1 – 7 of 7) sorted by relevance
32 var ThrowTypeError = Object.getOwnPropertyDescriptor141 '$ %ThrowTypeError%': ThrowTypeError,
170 test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
192 test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
317 env()->ThrowTypeError("readHostObject must return an object"); in ReadHostObject()
1279 return env->ThrowTypeError("Error setting temp DH parameter"); in SetDHParam()2377 return env->ThrowTypeError("Must give a Buffer as first argument"); in SetALPNProtocols()6443 return env->ThrowTypeError("Digest method not supported"); in GenerateKeyPairRSAPSS()6452 return env->ThrowTypeError("Digest method not supported"); in GenerateKeyPairRSAPSS()6486 return env->ThrowTypeError("Invalid ECDH curve name"); in GenerateKeyPairEC()6764 return env->ThrowTypeError("Invalid ECDH curve name"); in ConvertKey()
1012 inline void Environment::ThrowTypeError(const char* errmsg) { in ThrowTypeError() function
1085 inline void ThrowTypeError(const char* errmsg);