Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

156 static Local<Value> Throw(Isolate* isolate, const char* message) {
175 Throw(isolate, "this is not a Worker");
182 Throw(isolate, "Worker is defunct because main thread is terminating");
747 Throw(args.GetIsolate(), "Invalid argument");
754 Throw(args.GetIsolate(), "Invalid realm index");
790 Throw(args.GetIsolate(), "Invalid argument");
863 Throw(args.GetIsolate(), "Invalid realm index");
890 Throw(args.GetIsolate(), "Invalid argument");
981 Throw(args.GetIsolate(), "Error loading file");
986 Throw(args.GetIsolate(), "Error loading file");
1035 Throw(args.GetIsolate(), "Error loading file");
1040 Throw(args.GetIsolate(), "Error loading file");
1048 Throw(args.GetIsolate(), "Error executing file");
1059 Throw(args.GetIsolate(), "1st argument must be string");
1064 Throw(args.GetIsolate(), "Worker must be constructed with new");
1071 Throw(args.GetIsolate(), "Too many workers, I won't let you create more");
1088 Throw(args.GetIsolate(), "Can't get worker script");
1102 Throw(isolate, "Invalid argument");
1115 Throw(isolate, "Transfer list must be an Array");
1125 Throw(isolate,
1706 Throw(args.GetIsolate(), "Error loading file");
1716 Throw(args.GetIsolate(), "Error reading file");
1809 CHECK(!result.IsEmpty()); // Listeners may not throw.
2265 Throw(isolate, "Invalid argument");
2502 Throw(isolate, "Duplicated arrays not supported");
2516 Throw(isolate, "Failed to serialize array element.");
2523 Throw(isolate, "Duplicated array buffers not supported");
2530 Throw(isolate, "Attempting to transfer an un-neuterable ArrayBuffer");
2543 Throw(isolate, "ArrayBuffer is too big to clone");
2555 Throw(isolate, "Duplicated shared array buffers not supported");
2560 Throw(isolate, "SharedArrayBuffer must be transferred");
2576 Throw(isolate, "Duplicated objects not supported");
2582 Throw(isolate, "Unable to get property names");
2600 Throw(isolate, "Failed to serialize property.");
2605 Throw(isolate, "Don't know how to serialize object");