Searched refs:regexp_fun (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 2489 Handle<JSFunction> regexp_fun = InstallFunction( in InitializeGlobal() local 2494 InstallWithIntrinsicDefaultProto(isolate_, regexp_fun, in InitializeGlobal() 2497 Handle<SharedFunctionInfo> shared(regexp_fun->shared(), isolate_); in InitializeGlobal() 2504 JSObject::cast(regexp_fun->instance_prototype()), isolate()); in InitializeGlobal() 2566 InstallSpeciesGetter(isolate_, regexp_fun); in InitializeGlobal() 2571 SimpleInstallGetterSetter(isolate_, regexp_fun, factory->input_string(), in InitializeGlobal() 2575 isolate_, regexp_fun, factory->InternalizeUtf8String("$_"), in InitializeGlobal() 2579 isolate_, regexp_fun, factory->InternalizeUtf8String("lastMatch"), in InitializeGlobal() 2582 isolate_, regexp_fun, factory->InternalizeUtf8String("$&"), in InitializeGlobal() 2586 isolate_, regexp_fun, factory->InternalizeUtf8String("lastParen"), in InitializeGlobal() [all …]
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 836 Node* const regexp_fun = in IsFastRegExpNoPrototype() local 839 LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset); in IsFastRegExpNoPrototype() 923 Node* const regexp_fun = in BranchIfFastRegExp() local 926 LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset); in BranchIfFastRegExp() 1471 Node* const regexp_fun = in TF_BUILTIN() local 1474 LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset); in TF_BUILTIN() 1592 Node* const regexp_fun = in FlagGetter() local 1595 LoadObjectField(regexp_fun, JSFunction::kPrototypeOrInitialMapOffset); in FlagGetter() 2044 TNode<Object> regexp_fun = in MatchAllIterator() local 2047 SpeciesConstructor(native_context, maybe_regexp, regexp_fun); in MatchAllIterator()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1584 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION() local 1587 isolate, ctor, Object::SpeciesConstructor(isolate, recv, regexp_fun)); in RUNTIME_FUNCTION()
|