Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc63 !FunctionTemplateInfo::cast(*getter)->do_not_cache()); in DefineAccessorProperty()
65 !FunctionTemplateInfo::cast(*setter)->do_not_cache()); in DefineAccessorProperty()
Dapi.cc1153 bool do_not_cache);
1188 v8::Local<Signature> signature, int length, bool do_not_cache, in FunctionTemplateNew() argument
1195 obj->set_do_not_cache(do_not_cache); in FunctionTemplateNew()
1197 if (!do_not_cache) { in FunctionTemplateNew()
1447 bool do_not_cache) { in ObjectTemplateNew() argument
1456 if (!do_not_cache) { in ObjectTemplateNew()
Dobjects.h11569 DECL_BOOLEAN_ACCESSORS(do_not_cache)
Dobjects-inl.h6034 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, in SMI_ACCESSORS()