Home
last modified time | relevance | path

Searched refs:ThrowTypeError (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
DGetIntrinsic.js32 var ThrowTypeError = Object.getOwnPropertyDescriptor
141 '$ %ThrowTypeError%': ThrowTypeError,
/third_party/quickjs/
Dtest262bn.conf170 test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
Dtest262.conf192 test262/test/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
/third_party/node/src/
Dnode_serdes.cc317 env()->ThrowTypeError("readHostObject must return an object"); in ReadHostObject()
Dnode_crypto.cc1279 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()
Denv-inl.h1012 inline void Environment::ThrowTypeError(const char* errmsg) { in ThrowTypeError() function
Denv.h1085 inline void ThrowTypeError(const char* errmsg);