Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h370 V8_WARN_UNUSED_RESULT V8_INLINE bool ToLocal(Local<S>* out) const { in ToLocal()
1093 V8_WARN_UNUSED_RESULT bool Instantiate(Local<Context> context,
1099 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);
1115 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1129 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);
1331 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundScript(
1350 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1381 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
1415 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(
1435 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
[all …]
Dv8config.h421 #define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
423 #define V8_WARN_UNUSED_RESULT /* NOT SUPPORTED */ macro