Lines Matching defs:exec
73 // Also takes an optional exec method in case our caller
74 // has already fetched exec.
78 Handle<Object> exec) {
79 if (exec->IsUndefined(isolate)) {
81 isolate, exec,
86 if (exec->IsCallable()) {
94 Execution::Call(isolate, exec, regexp, argc, argv.begin()), Object);
108 "RegExp.prototype.exec"),
145 // Check that the "exec" method is unmodified.
146 // Check that the index refers to "exec" method (this has to be consistent
158 // does not go on to check the actual value of the exec property. This would