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.cc1245 bool do_not_cache);
1291 v8::Local<Signature> signature, int length, bool do_not_cache, in FunctionTemplateNew() argument
1298 obj->set_do_not_cache(do_not_cache); in FunctionTemplateNew()
1300 if (!do_not_cache) { in FunctionTemplateNew()
1550 bool do_not_cache) { in ObjectTemplateNew() argument
1559 if (!do_not_cache) { in ObjectTemplateNew()
Dobjects-inl.h5866 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, in SMI_ACCESSORS()
Dobjects.h11261 DECL_BOOLEAN_ACCESSORS(do_not_cache)