Lines Matching refs:Handle
27 MessageLocation(Handle<Script> script, int start_pos, int end_pos,
28 Handle<JSFunction> function = Handle<JSFunction>())
35 Handle<Script> script() const { return script_; }
38 Handle<JSFunction> function() const { return function_; }
41 Handle<Script> script_;
44 Handle<JSFunction> function_;
50 CallSite(Isolate* isolate, Handle<JSObject> call_site_obj);
52 Handle<Object> GetFileName();
53 Handle<Object> GetFunctionName();
54 Handle<Object> GetScriptNameOrSourceUrl();
55 Handle<Object> GetMethodName();
69 Handle<Object> receiver_;
70 Handle<JSFunction> fun_;
530 Handle<String> arg0,
531 Handle<String> arg1,
532 Handle<String> arg2);
534 static Handle<String> FormatMessage(Isolate* isolate, int template_index,
535 Handle<Object> arg);
544 static Handle<JSMessageObject> MakeMessageObject(
546 MessageLocation* location, Handle<Object> argument,
547 Handle<JSArray> stack_frames);
551 Handle<JSMessageObject> message);
554 Handle<Object> message_obj);
555 static Handle<String> GetMessage(Isolate* isolate, Handle<Object> data);
557 Handle<Object> data);