Searched defs:do_not_cache (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc1245 bool do_not_cache);
1291 v8::Local<Signature> signature, int length, bool do_not_cache,
1298 obj->set_do_not_cache(do_not_cache);
1300 if (!do_not_cache) {
1550 bool do_not_cache) {
1559 if (!do_not_cache) {
1288 FunctionTemplateNew( i::Isolate* isolate, FunctionCallback callback, experimental::FastAccessorBuilder* fast_handler, v8::Local<Value> data, v8::Local<Signature> signature, int length, bool do_not_cache, v8::Local<Private> cached_property_name = v8::Local<Private>()) argument
1548 ObjectTemplateNew( i::Isolate* isolate, v8::Local<FunctionTemplate> constructor, bool do_not_cache) argument

Completed in 905 milliseconds