Home
last modified time | relevance | path

Searched refs:ThrowIllegalOperation (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dexecution.cc370 isolate->ThrowIllegalOperation(); in Invoke()
392 isolate->ThrowIllegalOperation(); in Invoke()
Dmessages.cc458 isolate->ThrowIllegalOperation(); in Format()
Disolate.h941 Object ThrowIllegalOperation();
Disolate.cc2278 Object Isolate::ThrowIllegalOperation() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc639 if (properties > 100000) return isolate->ThrowIllegalOperation(); in RUNTIME_FUNCTION()