Searched refs:thisObj (Results 1 – 2 of 2) sorted by relevance
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 90 IW_INLINE iwrc jbn_db(JNIEnv *env, jobject thisObj, EJDB *db) { in jbn_db() argument 92 jlong ptr = (*env)->GetLongField(env, thisObj, k_EJDB2_handle_fid); in jbn_db() 100 IW_INLINE iwrc jbn_jql_q(JNIEnv *env, jobject thisObj, JQL *q) { in jbn_jql_q() argument 102 jlong ptr = (*env)->GetLongField(env, thisObj, k_JQL_handle_fid); in jbn_jql_q() 127 static iwrc jbn_init_pctx(JNIEnv *env, JBN_JSPRINT_CTX *pctx, jobject thisObj, jobject osObj) { in jbn_init_pctx() argument 174 jobject thisObj, in Java_com_softmotions_ejdb2_EJDB2__1open() argument 281 e->SetLongField(env, thisObj, k_EJDB2_handle_fid, (jlong) db); 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() argument 296 jlong ptr = (*env)->GetLongField(env, thisObj, k_EJDB2_handle_fid); in Java_com_softmotions_ejdb2_EJDB2__1dispose() 298 (*env)->SetLongField(env, thisObj, k_EJDB2_handle_fid, 0); in Java_com_softmotions_ejdb2_EJDB2__1dispose() [all …]
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 3138 function filter(array, callable, thisObj) { argument 3142 var pass = callable.call(thisObj, array[i], i, array); 3151 function map(array, callable, thisObj) argument 3157 rv[i] = callable.call(thisObj, array[i], i, array); 3168 function forEach(array, callback, thisObj) argument 3172 callback.call(thisObj, array[i], i, array);
|