Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 2 of 2) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c90 IW_INLINE iwrc jbn_db(JNIEnv *env, jobject thisObj, EJDB *db) { in jbn_db()
100 IW_INLINE iwrc jbn_jql_q(JNIEnv *env, jobject thisObj, JQL *q) { in jbn_jql_q()
127 static iwrc jbn_init_pctx(JNIEnv *env, JBN_JSPRINT_CTX *pctx, jobject thisObj, jobject osObj) { in jbn_init_pctx()
174 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1open()
295 JNIEXPORT void JNICALL Java_com_softmotions_ejdb2_EJDB2__1dispose(JNIEnv *env, jobject thisObj) { in Java_com_softmotions_ejdb2_EJDB2__1dispose()
310 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1put()
355 JNIEnv *env, jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1online_1backup()
379 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1get()
425 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1info()
459 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1del()
[all …]
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js3138 function filter(array, callable, thisObj) { argument
3151 function map(array, callable, thisObj) argument
3168 function forEach(array, callback, thisObj) argument