Searched refs:node_method (Results 1 – 1 of 1) sorted by relevance
218 Local<Value> node_method = info[1]; in InspectorConsoleCall() local219 CHECK(node_method->IsFunction()); in InspectorConsoleCall()220 USE(node_method.As<Function>()->Call(context, in InspectorConsoleCall()