Lines Matching refs:ToJSHandle
207 …JSHandle<JSArrayBuffer> arrayBuffer(JSNApiHelper::ToJSHandle(buffer)); \
247 …JSNApiHelper::ToJSHandle(json), constants->GetHandledUndefined(), constants->GetHandledUndefined()… in Stringify()
255 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in GetOriginalSource()
269 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in GetOriginalFlags()
298 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsGlobal()
309 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsIgnoreCase()
320 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsMultiline()
331 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsDotAll()
342 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsUtf16()
353 JSHandle<JSRegExp> regExp(JSNApiHelper::ToJSHandle(this)); in IsStick()
371 JSHandle<JSGeneratorObject> jsGenerator(JSNApiHelper::ToJSHandle(this)); in GetGeneratorState()
382 JSHandle<JSGeneratorObject> jsGenerator(JSNApiHelper::ToJSHandle(this)); in GetGeneratorFunction()
392 JSHandle<JSGeneratorObject> jsGenerator(JSNApiHelper::ToJSHandle(this)); in GetGeneratorReceiver()
403 JSHandle<JSCollator> jsCollator(JSNApiHelper::ToJSHandle(this)); in GetCompareFunction()
417 JSHandle<JSDateTimeFormat> jsDateTimeFormat(JSNApiHelper::ToJSHandle(this)); in GetFormatFunction()
431 JSHandle<JSNumberFormat> jsNumberFormat(JSNApiHelper::ToJSHandle(this)); in GetFormatFunction()
473 return JSNApiHelper::ToJSHandle(result).GetTaggedValue(); in RegisterCallback()