Searched refs:hFunctionObject (Results 1 – 1 of 1) sorted by relevance
488 v8::Local<v8::Object> hFunctionObject = in Call() local493 if (hFunctionObject.IsEmpty() || !hFunctionObject->IsCallable()) { in Call()517 hReturnValue = hFunctionObject->CallAsConstructor(nArgCount, lpLocalArgs); in Call()528 hFunctionObject->CallAsFunction(hReceiver, nArgCount, lpLocalArgs); in Call()