Searched refs:hProtoObject (Results 1 – 1 of 1) sorted by relevance
164 v8::Local<v8::Value> hProtoObject = hObject->GetPrototype(); in FXJSE_RetrieveObjectBinding() local165 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) in FXJSE_RetrieveObjectBinding()168 hObject = hProtoObject.As<v8::Object>(); in FXJSE_RetrieveObjectBinding()