Searched refs:CreateBoolean (Results 1 – 2 of 2) sorted by relevance
84 static JSValue *CreateBoolean(EtsCoroutine *coro, InteropCtx *ctx, bool value) in CreateBoolean() function
49 return JSValue::CreateBoolean(coro, ctx, static_cast<bool>(v)); in JSRuntimeNewJSValueBoolean()