Searched refs:ParseGetPropRequest (Results 1 – 3 of 3) sorted by relevance
327 napi_status ParseGetPropRequest(napi_env env, napi_value object, GetPropertyContext &context);
137 …if (ParseGetPropRequest(env, argv[PARAM_ZERO], *(reinterpret_cast<GetPropertyContext *>(context)))… in ParseContextForGetSetProperty()
324 napi_status ParseGetPropRequest(napi_env env, napi_value object, GetPropertyContext &context) in ParseGetPropRequest() function