Searched refs:jsMethodId (Results 1 – 1 of 1) sorted by relevance
164 napi_value jsMethodId = nullptr; in GetResultEditorAttribute() local165 napi_create_int32(env, getEditorAttribute->inputPattern, &jsMethodId); in GetResultEditorAttribute()166 napi_set_named_property(env, editorAttribute, "inputPattern", jsMethodId); in GetResultEditorAttribute()