Searched defs:owner_ (Results 1 – 12 of 12) sorted by relevance
61 LocalHeap* owner_ = nullptr; variable
212 MessagePort* owner_ = nullptr; variable
73 void* owner_ = nullptr; member
225 CallTarget const* owner_ = nullptr; variable
38 int owner_; // True if *data_ memory is owned internally. member
237 void* owner_; // &ThreadCache of this thread; variable
363 std::atomic<BaseSpace*> owner_; variable
829 bool owner_; variable
1254 FunctionMocker<F>* const owner_; variable
1276 const interpreter::Register owner_; variable
1240 FunctionAnalyzer* owner_; member in __anon21c93c610111::FunctionAnalyzer::Block
103393 const AutoStopwatch* owner_; member124361 BuiltThing(JSContext* cx, Builder& owner_, T value_ = GCPolicy<T>::initial()) in BuiltThing()124401 Object(JSContext* cx, Builder& owner_, HandleObject obj) : Base(cx, owner_, obj.get()) { } in Object()124407 Object(JSContext* cx, Builder& owner_) : Base(cx, owner_, nullptr) { } in Object()