Searched refs:JsCallingWindowInfo (Results 1 – 2 of 2) sorted by relevance
871 *result = JsCallingWindowInfo::Write(env, ctxt->windowInfo); in GetCallingWindowInfo()923 napi_value JsCallingWindowInfo::Write(napi_env env, const CallingWindowInfo &nativeObject) in Write()932 bool JsCallingWindowInfo::Read(napi_env env, napi_value object, CallingWindowInfo &nativeObject) in Read()
45 struct JsCallingWindowInfo { struct