Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TEST_F
Function
TEST_F
engine/script/src/test/test_script_vmath.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
TEST_F(ScriptVmathTest, TestNumber)
32
{
33
ASSERT_TRUE(RunFile(L,
"test_number.luac"
));
34
}
35
36
TEST_F(ScriptVmathTest, TestVector)
37
{
Callers
nothing calls this directly
Calls
15
lua_gettop
Function · 0.85
PushVector3
Function · 0.85
CheckVector3
Function · 0.85
PushVector4
Function · 0.85
CheckVector4
Function · 0.85
PushQuat
Function · 0.85
CheckQuat
Function · 0.85
lua_setfield
Function · 0.85
lua_pushstring
Function · 0.85
lua_rawget
Function · 0.85
PushMatrix4
Function · 0.85
CheckMatrix4
Function · 0.85
Tested by
no test coverage detected