Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js4571 function filter(array, callable, thisObj) { argument
4584 function map(array, callable, thisObj) argument
4601 function forEach(array, callback, thisObj) argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp100831 Call(JSContext* cx, JS::HandleObject thisObj, JS::HandleFunction fun, in Call()
100838 Call(JSContext* cx, JS::HandleObject thisObj, JS::HandleValue fun, const JS::HandleValueArray& args, in Call()
100845 Call(JSContext* cx, JS::HandleObject thisObj, const char* name, const JS::HandleValueArray& args, in Call()
128007 JSObject* thisObj = js::UncheckedUnwrap(wrappedThis); in operator ==() local