Searched refs:regexp_fun (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-regexp.cc369 Node* const regexp_fun = local
372 a->LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset);
546 Node* const regexp_fun = local
549 a->LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset);
566 Node* const regexp_fun = local
569 a->LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset);
732 Handle<JSFunction> regexp_fun = isolate->regexp_function(); local
733 if (*recv == regexp_fun->prototype()) {
839 Node* const regexp_fun = local
842 regexp_fun, JSFunctio
1488 Handle<JSFunction> regexp_fun = isolate->regexp_function(); local
[all...]
/external/v8/src/
H A Dbootstrapper.cc1807 Handle<JSFunction> regexp_fun = local
1810 InstallWithIntrinsicDefaultProto(isolate, regexp_fun,
1813 Handle<SharedFunctionInfo> shared(regexp_fun->shared(), isolate);
1824 regexp_fun, DONT_ENUM);
1893 SimpleInstallGetter(regexp_fun,
1901 SimpleInstallGetterSetter(regexp_fun, factory->input_string(),
1905 regexp_fun, factory->InternalizeUtf8String("$_"),
1909 regexp_fun, factory->InternalizeUtf8String("lastMatch"),
1912 regexp_fun, factory->InternalizeUtf8String("$&"),
1916 regexp_fun, factor
[all...]

Completed in 162 milliseconds