Home | History | Annotate | Download | only in src

Lines Matching refs:call_data_undefined

1781   CallApiCallbackStub(Isolate* isolate, bool is_store, bool call_data_undefined,
1784 call_data_undefined, is_lazy) {}
1787 CallApiCallbackStub(Isolate* isolate, int argc, bool call_data_undefined)
1788 : CallApiCallbackStub(isolate, argc, false, call_data_undefined, false) {}
1796 bool call_data_undefined, bool is_lazy)
1800 CallDataUndefinedBits::encode(call_data_undefined) |
1807 bool call_data_undefined() const {