Home
last modified time | relevance | path

Searched refs:getter_tpl (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Djs_native_api_v8.cc1548 v8::Local<v8::FunctionTemplate> getter_tpl; in OH_JSVM_CreateEnv() local
1552 env, p->getter, &getter_tpl)); in OH_JSVM_CreateEnv()
1560 property_name, getter_tpl, setter_tpl, attributes); in OH_JSVM_CreateEnv()
2271 v8::Local<v8::FunctionTemplate> getter_tpl; in OH_JSVM_DefineClass() local
2275 env, p->getter, &getter_tpl)); in OH_JSVM_DefineClass()
2283 getter_tpl, in OH_JSVM_DefineClass()
4789 v8::Local<v8::FunctionTemplate> getter_tpl;
4793 env, p->getter, &getter_tpl));
4801 getter_tpl,

Completed in 7 milliseconds