Searched refs:V8_WARN_UNUSED_RESULT (Results 1 – 2 of 2) sorted by relevance
370 V8_WARN_UNUSED_RESULT V8_INLINE bool ToLocal(Local<S>* out) const { in ToLocal()1089 V8_WARN_UNUSED_RESULT bool Instantiate(Local<Context> context,1095 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);1111 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(1125 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);1325 static V8_WARN_UNUSED_RESULT MaybeLocal<UnboundScript> CompileUnboundScript(1344 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(1375 static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(1409 static V8_WARN_UNUSED_RESULT MaybeLocal<Module> CompileModule(1429 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext([all …]
421 #define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro423 #define V8_WARN_UNUSED_RESULT /* NOT SUPPORTED */ macro