Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc253 if (!data->do_not_cache()) { in InstantiateFunction()
299 if (!data->do_not_cache()) { in InstantiateFunction()
306 if (!data->do_not_cache()) { in InstantiateFunction()
Dapi.cc1005 v8::Local<Signature> signature, int length, bool do_not_cache) { in FunctionTemplateNew() argument
1011 obj->set_do_not_cache(do_not_cache); in FunctionTemplateNew()
1013 if (!do_not_cache) { in FunctionTemplateNew()
Dobjects-inl.h5639 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, in ACCESSORS()
Dobjects.h10468 DECL_BOOLEAN_ACCESSORS(do_not_cache)