Home | History | Annotate | Download | only in cctest

Lines Matching defs:isolate

69   FlatStringReader reader(Isolate::Current(), CStrVector(input));
79 FlatStringReader reader(Isolate::Current(), CStrVector(input));
93 FlatStringReader reader(Isolate::Current(), CStrVector(input));
111 FlatStringReader reader(Isolate::Current(), CStrVector(input));
382 FlatStringReader reader(Isolate::Current(), CStrVector(input));
491 Isolate* isolate = Isolate::Current();
492 FlatStringReader reader(isolate, CStrVector(input));
497 Handle<String> pattern = isolate->factory()->
713 Isolate::Current());
720 Factory* factory = Isolate::Current()->factory();
755 Factory* factory = Isolate::Current()->factory();
812 Factory* factory = Isolate::Current()->factory();
872 Factory* factory = Isolate::Current()->factory();
910 Factory* factory = Isolate::Current()->factory();
957 Factory* factory = Isolate::Current()->factory();
1007 Factory* factory = Isolate::Current()->factory();
1064 Factory* factory = Isolate::Current()->factory();
1121 Factory* factory = Isolate::Current()->factory();
1222 Isolate* isolate = Isolate::Current();
1223 Factory* factory = isolate->factory();
1252 CHECK(isolate->has_pending_exception());
1253 isolate->clear_pending_exception();
1260 Isolate* isolate = Isolate::Current();
1261 Factory* factory = isolate->factory();
1302 isolate->clear_pending_exception();
1345 Isolate* isolate = Isolate::Current();
1346 Factory* factory = isolate->factory();
1347 HandleScope scope(isolate);
1357 CHECK(IrregexpInterpreter::Match(isolate, array, f1_16, captures, 0));
1368 CHECK(!IrregexpInterpreter::Match(isolate, array, f2_16, captures, 0));