Lines Matching refs:Handle
19 static Handle<String> GenericCaptureGetter(Isolate* isolate,
20 Handle<RegExpMatchInfo> match_info,
25 Isolate* isolate, Handle<JSReceiver> regexp, int value);
27 Isolate* isolate, Handle<JSReceiver> recv);
31 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,
32 Handle<Object> exec);
36 static Maybe<bool> IsRegExp(Isolate* isolate, Handle<Object> object);
40 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj);
44 static int AdvanceStringIndex(Isolate* isolate, Handle<String> string,
47 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,