Searched refs:thisRef (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 1032 static void SetPrivateGreeting(EcmaVM *vm, Local<Greeter> thisRef, Local<StringRef> priGreeting); 1033 static Local<StringRef> Greet(EcmaVM *vm, Local<Greeter> thisRef); 1067 Local<ObjectRef> thisRef = jsThisRef->ToObject(vm); in NewClassFunction() 1071 thisRef->Set(vm, StringRef::NewFromUtf8(vm, "greeting"), greet); in NewClassFunction() 1072 return thisRef; in NewClassFunction() 1169 Local<ObjectRef> thisRef = jsThisRef->ToObject(vm); in AddFunction() 1172 thisRef->Set(vm, Greeter::privateGreetingKey, priGreeting); in AddFunction() 1186 Local<ObjectRef> thisRef = jsThisRef->ToObject(vm); in AddFunction() 1187 Local<JSValueRef> jsPrivateGreeting = thisRef->Get(vm, Greeter::privateGreetingKey); in AddFunction() 1188 Local<JSValueRef> jsGreeting = thisRef in AddFunction() 1217 SetPrivateGreeting(EcmaVM *vm, Local<Greeter> thisRef, Local<StringRef> priGreeting) SetPrivateGreeting() argument 1228 Greet(EcmaVM *vm, Local<Greeter> thisRef) Greet() argument 1455 Compute(EcmaVM *vm, Local<Derive> thisRef) Compute() argument [all...] |
H A D | jsnapi_sendable_tests.cpp | 100 Local<ObjectRef> thisRef = jsThisRef->ToObject(vm); in FunctionCallback() local 101 return **thisRef; in FunctionCallback()
|
Completed in 6 milliseconds