Lines Matching refs:ExecutionContext
152761 class ExecutionContext {
152794 ExecutionContext(JSContext* aCx, JS::Handle<JSObject*> aGlobal);
152796 ExecutionContext(const ExecutionContext&) = delete;
152797 ExecutionContext(ExecutionContext&&) = delete;
152799 ~ExecutionContext() {
152806 ExecutionContext& SetCoerceToString(bool aCoerceToString) {