Searched refs:handler_function_value (Results 1 – 1 of 1) sorted by relevance
39 v8::Handle<v8::Value> handler_function_value = in Router() local42 if (handler_function_value.IsEmpty() || in Router()43 handler_function_value->IsUndefined()) { in Router()48 DCHECK(handler_function_value->IsExternal()); in Router()50 handler_function_value.As<v8::External>()->Value())->Run(args); in Router()84 v8::Handle<v8::Value> handler_function_value = in Invalidate() local86 CHECK(!handler_function_value.IsEmpty()); in Invalidate()88 handler_function_value.As<v8::External>()->Value()); in Invalidate()