Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_contextify.h39 v8::Local<v8::Boolean> allow_code_gen_strings; member
Dnode_contextify.cc276 options.allow_code_gen_strings); in New()
376 options.allow_code_gen_strings = args[3].As<Boolean>(); in MakeContext()