Lines Matching refs:Local
33 static Local<Value> RangeError(Local<String> message);
34 static Local<Value> ReferenceError(Local<String> message);
35 static Local<Value> SyntaxError(Local<String> message);
36 static Local<Value> TypeError(Local<String> message);
37 static Local<Value> WasmCompileError(Local<String> message);
38 static Local<Value> WasmLinkError(Local<String> message);
39 static Local<Value> WasmRuntimeError(Local<String> message);
40 static Local<Value> Error(Local<String> message);
47 static Local<Message> CreateMessage(Isolate* isolate, Local<Value> exception);
53 static Local<StackTrace> GetStackTrace(Local<Value> exception);
109 Local<Value> ReThrow();
115 Local<Value> Exception() const;
122 Local<Context> context, Local<Value> exception);
130 Local<Context> context) const;
136 Local<v8::Message> Message() const;