Home
last modified time | relevance | path

Searched refs:setter_tpl (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.cc1421 v8::Local<v8::FunctionTemplate> setter_tpl; in OH_JSVM_CreateEnv() local
1428 env, p->setter, &setter_tpl)); in OH_JSVM_CreateEnv()
1432 property_name, getter_tpl, setter_tpl, attributes); in OH_JSVM_CreateEnv()
1978 v8::Local<v8::FunctionTemplate> setter_tpl; in OH_JSVM_DefineClass() local
1985 env, p->setter, &setter_tpl)); in OH_JSVM_DefineClass()
1990 setter_tpl, in OH_JSVM_DefineClass()
4429 v8::Local<v8::FunctionTemplate> setter_tpl; in OH_JSVM_DefineClassWithPropertyHandler() local
4436 env, p->setter, &setter_tpl)); in OH_JSVM_DefineClassWithPropertyHandler()
4441 setter_tpl, in OH_JSVM_DefineClassWithPropertyHandler()