Searched defs:thisObj (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 4571 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/ |
D | stylo.hpp | 100831 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
|