Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-context.h245 void SetErrorMessageForCodeGenerationFromStrings(Local<String> message);
/third_party/node/deps/v8/src/api/
Dapi.cc6603 void Context::SetErrorMessageForCodeGenerationFromStrings(Local<String> error) { in SetErrorMessageForCodeGenerationFromStrings() function in v8::Context